🛠 Tooling: Repository badges are out-of-date compared to the template #1088
Labels
area: tooling
Managing the repository's maintenance
status: accepting prs
Please, send a pull request to resolve this!
type: cleanup
Tech debt or other code/repository cleanups
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/README.md
Lines 11 to 17 in d66379b
create-typescript-app/src/steps/writeReadme/generateTopContent.ts
Line 24 in d66379b
The differences weren't very easy to spot until #1048. But now if we look at https://github.com/JoshuaKGoldberg/create-typescript-app/pull/1048/files#diff-952005694bbd0612d04baaa761118b04376a6664bef420537ab741f68968658b we can see that there are diffs. For example, note the
alt
text difference in the Code of Conduct badge:The 🍎 actual file badges are generally probably out of date compared to the 🍌 template files. Marking as accepting PRs to update the badges.
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: