docs: remove manual alphabetical sorting requirement

Alphabetical ordering will be handled by automation (sort.py in CI),
removing this manual burden from contributors. Updated PR template
with structured checklist aligned to acceptance criteria.

🤖 Generated with Claude Code (https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-01-08 12:07:11 +08:00
parent f9a0444b5e
commit a5146453f9
No known key found for this signature in database
GPG key ID: B93DE4F003C33630
2 changed files with 15 additions and 7 deletions

View file

@ -9,7 +9,6 @@ Before submitting a PR, verify:
- [ ] One link per Pull Request
- [ ] PR title format: `Add project-name`
- [ ] Entry format: `* [project-name](url) - A short description ending with a period.`
- [ ] Alphabetical order maintained (run `python sort.py`)
- [ ] No mention of "Python" in description (it's implied)
- [ ] Description is concise (one sentence)
- [ ] No trailing whitespace