From 3aabfb8ec82c71d749c776c8a8cf3c33d8517aec Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 13:26:57 +0800 Subject: [PATCH] docs: update automatic rejection criteria MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/commands/review-pr.md | 4 ++-- CONTRIBUTING.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude/commands/review-pr.md b/.claude/commands/review-pr.md index 4f7f980..0441001 100644 --- a/.claude/commands/review-pr.md +++ b/.claude/commands/review-pr.md @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62b8ca0..f9feac7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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