Skip to content

Commit

Permalink
Issue and PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Sep 26, 2023
1 parent 7478a43 commit 5e44f87
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 7 deletions.
54 changes: 54 additions & 0 deletions .github/ISSUE_TEMPLATE/suggest_project.yml
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.
14 changes: 7 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
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).

0 comments on commit 5e44f87

Please sign in to comment.