Skip to content

Commit 79d60b8

Browse files
vintaclaude
andcommitted
docs(contributing): tighten rising star and minimum age thresholds
- Rising Star: reduce star-growth window from 2 years to 1 year - Hidden Gem: reduce minimum repo age from 6 months to 3 months - Rejection rule: reduce minimum repo age from 3 months to 1 month Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4fb6c40 commit 79d60b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Your submission must meet **ONE** of the following criteria:
2323

2424
### 2. Rising Star
2525

26-
- Rapid growth: 5,000+ GitHub stars in less than 2 years
26+
- Rapid growth: 5,000+ GitHub stars in less than 1 year
2727
- Significant community buzz and adoption
2828
- Solving problems in new or better ways
2929
- Examples: fastapi, ruff, uv
@@ -34,7 +34,7 @@ Your submission must meet **ONE** of the following criteria:
3434
- Solves niche problems elegantly
3535
- Strong recommendation from experienced developers
3636
- **Must demonstrate real-world usage** (not a project published last week)
37-
- Repository must be at least 6 months old with consistent activity
37+
- Repository must be at least 3 months old with consistent activity
3838
- Must include compelling justification in PR description
3939

4040
## Entry Format Reference
@@ -107,4 +107,4 @@ PRs will be **closed** if:
107107
- Project is archived or abandoned (no commits in 12+ months)
108108
- No documentation or unclear use case
109109
- Less than 100 GitHub stars without Hidden Gem justification
110-
- Repository less than 3 months old
110+
- Repository less than 1 months old

0 commit comments

Comments
 (0)