🛠 Tooling: Repository uses the wrong emoji in .all-contributorsrc #1086
Labels
area: tooling
Managing the repository's maintenance
good first issue
Good for newcomers, please hop on!
status: accepting prs
Please, send a pull request to resolve this!
Bug Report Checklist
main
branch of the repository.Overview
Thanks to #1048, we see now that this repository has two bits of tooling that are different between its 🍎 actual files and 🍌 code templates (see Additional Info below for explanation of the emojis):
create-typescript-app/.all-contributorsrc
Line 2 in d66379b
create-typescript-app/src/steps/writing/creation/writeAllContributorsRC.ts
Line 12 in d66379b
The 🍎
.all-contributorsrc
file should be updated to use 👪 instead of 🤝. I'd started using 👪 as the emoji for the 🍌 template back in #930 but forgot to update the 🍎.all-contributorsrc
file too.Marking as a
good first issue
because there shouldn't be any work here besides changing the emoji in the 🍎.all-contributorsrc
andREADME.md
files.Additional Info
This repository is two things:
For the most part, the repository's end-to-end test for
--mode migration
makes sure that the 🍎 actual files and 🍌 code templates stay the same. As in, if one changes, the other needs to have the same change as well. But per #546, there are some files that were missed in that test. We're only now able to verify that they're the same as of #1048. That PR is where this discrepancy was discovered.The text was updated successfully, but these errors were encountered: