.github/PULL_REQUEST_TEMPLATE.md (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
<!-- Thanks for contributing! Please keep this list high quality by checking the boxes below. --> ## What does this PR do? - [ ] Adds a new entry - [ ] Updates an existing entry - [ ] Removes a dead or discontinued entry - [ ] Other (explain below) **Summary:** <!-- Briefly describe the change. --> ## Checklist - [ ] The entry uses the exact format: `- [Name](https://url) - Factual description ending with a period.` - [ ] It is placed in the single most relevant section, in a sensible order. - [ ] No duplicate — I searched the list first. - [ ] The URL is canonical HTTPS, with no tracking or affiliate parameters. - [ ] The link works and the project is maintained. - [ ] The Table of Contents still matches the section headings. - [ ] No trailing whitespace was introduced. |