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

@ -1,11 +1,20 @@
## What is this Python project?
## Checklist
Describe features.
- [ ] One link per Pull Request
- [ ] PR title format: `Add project-name`
- [ ] Entry format: `* [project-name](url) - Description ending with period.`
- [ ] Description is concise (no mention of "Python")
## What's the difference between this Python project and similar ones?
## Why This Project Is Awesome
Enumerate comparisons.
Which criterion does it meet? (pick one)
--
- [ ] **Industry Standard** - The go-to tool for a specific use case
- [ ] **Rising Star** - 5,000+ stars in <2 years, significant adoption
- [ ] **Hidden Gem** - Exceptional quality, solves niche problems elegantly
Anyone who agrees with this pull request could submit an *Approve* review to it.
Explain:
## How It Differs
If similar entries exist, what makes this one unique?

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