mirror of
https://github.com/sindresorhus/awesome.git
synced 2026-05-08 19:58:37 -05:00
[GH-ISSUE #2097] Pull request template: badge placement rule contradicts the linter #8405
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ZoomRmc on GitHub (Nov 15, 2021).
Original GitHub issue: https://github.com/sindresorhus/awesome/issues/2097
Per pull_request_template.md:
However, if the header includes the badge, the linter fails with the following error:
✖ 1:1 Missing Awesome badge after the main heading remark-lint:awesome-badgeFailing example markdown source for the header:
Also, in #1997 @sindresorhus mentions "Don't have both the image header and the text header."
This is not included in the guidelines. The wording of the point
The heading title of your list should be in title caseimplies there has to be a text header, which is a contradiction.