docs: update automatic rejection criteria

Replace self-promotion rule with category placement check to better reflect actual review priorities.

🤖 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 13:26:57 +08:00
parent 34e390e074
commit 3aabfb8ec8
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630
2 changed files with 4 additions and 4 deletions

View File

@ -23,10 +23,10 @@ Check these rules first - if any fail, recommend rejection:
- Add more than one project per PR
- Duplicate of existing entry
- Self-promotion (wait for someone else to find it useful and submit)
- Less than 100 GitHub stars AND not justified as a hidden gem
- Placed under an inappropriate category
- Project is archived or abandoned (no commits in 12+ months)
- No documentation or unclear use case
- Less than 100 GitHub stars AND not justified as a hidden gem
## Output Format

View File

@ -120,7 +120,7 @@ PRs will be **closed** if:
- Add more than one project per PR
- Duplicate of existing entry
- Self-promotion (wait for someone else to find it useful and submit)
- Less than 100 GitHub stars AND not justified as a hidden gem
- Placed under an inappropriate category
- Project is archived or abandoned (no commits in 12+ months)
- No documentation or unclear use case
- Less than 100 GitHub stars AND not justified as a hidden gem