Skip to content

Commit 56ccdfa

Browse files
authored
Merge pull request #2973 from vinta/fix/replace-non-github-urls-with-github-repos
Replace non-GitHub URLs with GitHub repo URLs
2 parents fa00f10 + f7a5ed8 commit 56ccdfa

2 files changed

Lines changed: 90 additions & 88 deletions

File tree

CONTRIBUTING.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# Contributing
22

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-
163
## Quality Requirements
174

185
All submissions must satisfy **ALL** of these:
@@ -52,6 +39,8 @@ Your submission must meet **ONE** of the following criteria:
5239

5340
## Entry Format Reference
5441

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+
5544
### Standard Entry
5645

5746
```markdown
@@ -101,3 +90,16 @@ PRs are reviewed by automated tools and maintainers:
10190
5. **Quality Check**: Meets acceptance criteria
10291

10392
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

Comments
 (0)