Skip to content

Commit 172129d

Browse files
Update repository submission process
1 parent eb21da2 commit 172129d

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,22 @@ Open-source maintainers are always looking to get more people involved, but new
1313

1414
## Adding a new project
1515

16-
You're welcome to add a new project in Good First Issue, and we encourage all projects — old and new, big and small.
16+
You're welcome to add a new project to Good First Issue, and we encourage all projects — old and new, big and small.
1717

18-
Follow these simple steps:
18+
**[Submit your repository via this form](https://docs.google.com/forms/d/e/1FAIpQLSfHSt8UHvACokWv8uwiImidTIhuSCAUXnvSGs-TULshdLl9Qw/viewform?usp=header)**
1919

20-
- Our goal is to narrow down projects for new open-source contributors. To maintain the quality of projects in Good First Issue, please make sure your GitHub repository meets the following criteria:
20+
To maintain the quality of projects in Good First Issue, please make sure your GitHub repository meets the following criteria:
2121

22-
- It has at least three issues with the `good first issue` label. This label is already present on all repositories by default. If not, you can follow the steps [here](https://help.github.com/en/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests).
22+
| Requirement | Description |
23+
|-------------|-------------|
24+
| Good First Issues | At least 3 open issues with the `good first issue` label |
25+
| Contributors | At least 10 contributors |
26+
| README.md | Detailed setup instructions |
27+
| CONTRIBUTING.md | Guidelines for new contributors |
28+
| Active Maintenance | Recent commits and activity |
29+
| License | Valid open source license |
2330

24-
- It has at least 10 contributors.
25-
26-
- It contains a README.md with detailed setup instructions for the project, and a CONTRIBUTING.md with guidelines for new contributors.
27-
28-
- It is actively maintained.
29-
30-
- Add your repository's path (in lexicographic order) in [data/repositories.toml](data/repositories.toml).
31-
32-
- Create a new pull-request. Please add the link to the issues page of the repository in the PR description. Once the pull request is merged, the changes will be live on [goodfirstissue.dev](https://goodfirstissue.dev/).
31+
Once your submission is reviewed and approved, it will be added to [goodfirstissue.dev](https://goodfirstissue.dev/).
3332

3433
## Setting up the project locally
3534

data/repositories.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ repositories = [
592592
'github.com/pytorch/ignite',
593593
'github.com/pytorch/pytorch',
594594
'github.com/PyTorchLightning/pytorch-lightning',
595-
'https://github.com/pyupio/safety',
595+
'github.com/pyupio/safety',
596596
'github.com/pywinauto/pywinauto',
597597
'github.com/Qiskit/qiskit-terra',
598598
'github.com/qmk/qmk_firmware',

0 commit comments

Comments
 (0)