As stated in https://github.com/codeisscience/code-is-science/issues/87#issuecomment-686588245, defining a stub contributorTemplate have side effects such as taking off the emojis (since they're not part of the template). Since we're not using anything specific in the template (instead, we're just using a standard minimalist example template), we can rely on the default allcontributors' template parameters to generate the default HTML with emojis back.
This is not enough to fix #87, but it is the first step. We probably will have to re-add contributors after this is merged in order for emojis to appear.
This appears to possibly be in a perpetual merge conflict loop - merging now. We might need to check that this doesn't happen next time and possibly tweak things.
As stated in https://github.com/codeisscience/code-is-science/issues/87#issuecomment-686588245, defining a stub
contributorTemplate
have side effects such as taking off the emojis (since they're not part of the template). Since we're not using anything specific in the template (instead, we're just using a standard minimalist example template), we can rely on the default allcontributors' template parameters to generate the default HTML with emojis back.This is not enough to fix #87, but it is the first step. We probably will have to re-add contributors after this is merged in order for emojis to appear.