|
12 | 12 |
|
13 | 13 | ## Requirements for your pull request |
14 | 14 |
|
| 15 | +- [ ] Fully AI-generated pull requests are not accepted. |
15 | 16 | - [ ] Don't open a Draft / WIP pull request while you work on the guidelines. A pull request should be 100% ready and should adhere to all the guidelines when you open it. **Instead use [#2242](https://github.com/sindresorhus/awesome/issues/2242) for incubation visibility**. |
16 | 17 | - [ ] **Don't waste my time.** Do a good job, adhere to all the guidelines, and be responsive. |
17 | | -- [ ] **You have to review at least 2 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).** |
| 18 | +- [ ] **You have to review at least 4 other [open pull requests](https://github.com/sindresorhus/awesome/pulls?q=is%3Apr+is%3Aopen).** |
18 | 19 | Try to prioritize unreviewed PRs, but you can also add more comments to reviewed PRs. Go through the below list when reviewing. This requirement is meant to help make the Awesome project self-sustaining. Comment here which PRs you reviewed. You're expected to put a good effort into this and to be thorough. Look at previous PR reviews for inspiration. **Just commenting “looks good” or simply marking the pull request as approved does not count!** You have to actually point out mistakes or improvement suggestions. Comments pointing out lint violation are allowed, but does **not** count as a review. |
19 | 20 | - [ ] You have read and understood the [instructions for creating a list](https://github.com/sindresorhus/awesome/blob/main/create-list.md). |
20 | 21 | - [ ] This pull request has a title in the format `Add Name of List`. It should not contain the word `Awesome`. |
|
41 | 42 | ## Requirements for your Awesome list |
42 | 43 |
|
43 | 44 | - [ ] **Has been around for at least 30 days.**<br>That means 30 days from either the first real commit or when it was open-sourced. Whatever is most recent. |
| 45 | +- [ ] Is not AI-generated. |
44 | 46 | - [ ] Run [`awesome-lint`](https://github.com/sindresorhus/awesome-lint) on your list and fix the reported issues. If there are false-positives or things that cannot/shouldn't be fixed, please [report it](https://github.com/sindresorhus/awesome-lint/issues/new). |
45 | 47 | - [ ] The default branch should be named [`main`, not `master`](https://www.zdnet.com/article/github-to-replace-master-with-alternative-term-to-avoid-slavery-references/). |
46 | 48 | - [ ] **Includes a succinct description of the project/theme at the top of the readme.** [(Example)](https://github.com/willempienaar/awesome-quantified-self) |
|
61 | 63 | - ❌ `# awesome-swift` |
62 | 64 | - ❌ `# AwesomeSwift` |
63 | 65 | - [ ] Non-generated Markdown file in a GitHub repo. |
64 | | -- [ ] The repo should have `awesome-list` & `awesome` as [GitHub topics](https://help.github.com/articles/about-topics). I encourage you to add more relevant topics. |
| 66 | +- [ ] The repo should have `awesome-list` & `awesome` as [GitHub topics](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics). I encourage you to add more relevant topics. |
65 | 67 | - [ ] Not a duplicate. Please search for existing submissions. |
66 | 68 | - [ ] Only has awesome items. Awesome lists are curations of the best, not everything. |
67 | 69 | - [ ] Does not contain items that are unmaintained, has archived repo, deprecated, or missing docs. If you really need to include such items, they should be in a separate Markdown file. |
|
0 commit comments