-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7478a43
commit 5e44f87
Showing
2 changed files
with
61 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: 💪 Suggest a Project | ||
description: Have a project that we should be listing? Let us know! | ||
title: "[New Project]: <title>" | ||
labels: ["💪 New Project"] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
# Thank you for taking the time to help us improve the app! | ||
- type: checkboxes | ||
attributes: | ||
label: Is this project already existing in the app? | ||
description: Please search the happycommits.json file in the root directory. | ||
options: | ||
- label: I have searched the existing projects | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Tell us about the project | ||
description: Please provide a link to the github repo and tell us why the project would be a good fit! | ||
validations: | ||
required: yes | ||
- type: checkboxes | ||
id: DPG | ||
attributes: | ||
label: Is the Project a DPG (Digital Public Good) | ||
description: You can check the DPG Registry [here](https://digitalpublicgoods.net/registry/), | ||
options: | ||
- label: This Project is a DPG | ||
required: true | ||
- type: checkboxes | ||
id: SDGs | ||
attributes: | ||
label: Does the project list which Sustainable Development Goals it addresses in its labels? | ||
description: View the SDGs [here](https://sdgs.un.org/goals) and view how a project lists them in their labels [here](https://github.com/rubyforgood/human-essentials)! | ||
validations: | ||
required: yes | ||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Code of Conduct | ||
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/rubyforgood/human-essentials/blob/1f90a512824d8fae1951c7517cdcf491ca3218dc/code-of-conduct.md) | ||
options: | ||
- label: I've read the Code of Conduct and understand my responsibilities as a member of the Ruby for Good community | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#### ℹ️ Repository information | ||
|
||
**The repository has**: | ||
**The repository**: | ||
|
||
- [ ] At least three issues with the `good first issue`, or other labels specified in `happycommits.json` (see `labels` and the end). | ||
- [ ] Is a social good project. | ||
- Link: | ||
- [ ] At least 10 contributors. | ||
- [ ] At least 1000 stars. | ||
- [ ] Detailed setup instructions for the project. | ||
- Link: | ||
- [ ] CONTRIBUTING.md | ||
- [ ] Is for a DPG (Digital Public Good) | ||
- [ ] The project has tags in in its description denoting which SDGs it addresses. ie `sdg-1`, `sdg-2`, etc. | ||
- [ ] The project has a contributing file. | ||
- [ ] The project has a code of conduct file. | ||
- [ ] The project has a license. | ||
- [ ] Actively maintained (last updated less than 1 months ago). |