|
1 | 1 | # Contributing |
2 | 2 |
|
3 | | -## Automatic Rejection |
4 | | - |
5 | | -PRs will be **closed** if: |
6 | | - |
7 | | -- Adding multiple projects in one PR |
8 | | -- Duplicate of existing entry or recently-closed PR |
9 | | -- Empty or placeholder PR descriptions |
10 | | -- Placed under an inappropriate category |
11 | | -- Project is archived or abandoned (no commits in 12+ months) |
12 | | -- No documentation or unclear use case |
13 | | -- Less than 100 GitHub stars without Hidden Gem justification |
14 | | -- Repository less than 3 months old |
15 | | - |
16 | 3 | ## Quality Requirements |
17 | 4 |
|
18 | 5 | All submissions must satisfy **ALL** of these: |
@@ -52,6 +39,8 @@ Your submission must meet **ONE** of the following criteria: |
52 | 39 |
|
53 | 40 | ## Entry Format Reference |
54 | 41 |
|
| 42 | +**Use GitHub repository URLs** whenever possible. Projects linked to a GitHub repo are ranked higher on [awesome-python.com](https://awesome-python.com/). |
| 43 | + |
55 | 44 | ### Standard Entry |
56 | 45 |
|
57 | 46 | ```markdown |
@@ -101,3 +90,16 @@ PRs are reviewed by automated tools and maintainers: |
101 | 90 | 5. **Quality Check**: Meets acceptance criteria |
102 | 91 |
|
103 | 92 | Search previous Pull Requests and Issues before submitting, as yours may be a duplicate. |
| 93 | + |
| 94 | +## Automatic Rejection |
| 95 | + |
| 96 | +PRs will be **closed** if: |
| 97 | + |
| 98 | +- Adding multiple projects in one PR |
| 99 | +- Duplicate of existing entry or recently-closed PR |
| 100 | +- Empty or placeholder PR descriptions |
| 101 | +- Placed under an inappropriate category |
| 102 | +- Project is archived or abandoned (no commits in 12+ months) |
| 103 | +- No documentation or unclear use case |
| 104 | +- Less than 100 GitHub stars without Hidden Gem justification |
| 105 | +- Repository less than 3 months old |
0 commit comments