Skip to content

Commit 3aabfb8

Browse files
vintaclaude
andcommitted
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 <[email protected]>
1 parent 34e390e commit 3aabfb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.claude/commands/review-pr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Check these rules first - if any fail, recommend rejection:
2323

2424
- Add more than one project per PR
2525
- Duplicate of existing entry
26-
- Self-promotion (wait for someone else to find it useful and submit)
27-
- Less than 100 GitHub stars AND not justified as a hidden gem
26+
- Placed under an inappropriate category
2827
- Project is archived or abandoned (no commits in 12+ months)
2928
- No documentation or unclear use case
29+
- Less than 100 GitHub stars AND not justified as a hidden gem
3030

3131
## Output Format
3232

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ PRs will be **closed** if:
120120

121121
- Add more than one project per PR
122122
- Duplicate of existing entry
123-
- Self-promotion (wait for someone else to find it useful and submit)
124-
- Less than 100 GitHub stars AND not justified as a hidden gem
123+
- Placed under an inappropriate category
125124
- Project is archived or abandoned (no commits in 12+ months)
126125
- No documentation or unclear use case
126+
- Less than 100 GitHub stars AND not justified as a hidden gem

0 commit comments

Comments
 (0)