|
| 1 | +--- |
1 | 2 | name: 💪 Suggest a Project |
2 | 3 | description: Have a project that we should be listing? Let us know! |
3 | 4 | title: "[New Project]: <title>" |
4 | 5 | labels: ["💪 New Project"] |
5 | 6 | body: |
6 | | -- type: markdown |
7 | | - attributes: |
8 | | - value: | |
9 | | - # Thank you for taking the time to help us improve the app! |
10 | | -- type: checkboxes |
11 | | - attributes: |
12 | | - label: Is this project already existing in the app? |
13 | | - description: Please search the happycommits.json file in the root directory. |
14 | | - options: |
15 | | - - label: I have searched the existing projects |
16 | | - required: true |
17 | | -- type: textarea |
18 | | - attributes: |
19 | | - label: Tell us about the project |
20 | | - description: Please provide a link to the github repo and tell us why the project would be a good fit! |
21 | | - validations: |
22 | | - required: yes |
23 | | -- type: checkboxes |
24 | | - id: DPG |
25 | | - attributes: |
26 | | - label: Is the Project a DPG (Digital Public Good) |
27 | | - description: You can check the DPG Registry [here](https://digitalpublicgoods.net/registry/), |
28 | | - options: |
29 | | - - label: This Project is a DPG |
30 | | - required: true |
31 | | -- type: checkboxes |
32 | | - id: SDGs |
33 | | - attributes: |
34 | | - label: Does the project list which Sustainable Development Goals it addresses in its labels? |
35 | | - 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)! |
36 | | - validations: |
37 | | - required: yes |
38 | | -- type: checkboxes |
39 | | - id: terms |
40 | | - attributes: |
41 | | - label: Code of Conduct |
42 | | - 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) |
43 | | - options: |
44 | | - - label: I've read the Code of Conduct and understand my responsibilities as a member of the Ruby for Good community |
45 | | - required: true |
46 | | -- type: textarea |
47 | | - attributes: |
48 | | - label: Anything else? |
49 | | - description: | |
50 | | - Links? References? Anything that will give us more context about the issue you are encountering! |
51 | | -
|
52 | | - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + # Thank you for taking the time to help us improve the app! |
| 11 | + - type: checkboxes |
| 12 | + attributes: |
| 13 | + label: Is this project already existing in the app? |
| 14 | + description: Please search the happycommits.json file in the root directory. |
| 15 | + options: |
| 16 | + - label: I have searched the existing projects |
| 17 | + required: true |
| 18 | + - type: textarea |
| 19 | + attributes: |
| 20 | + label: Tell us about the project |
| 21 | + description: Please provide a link to the github repo and tell us why the |
| 22 | + project would be a good fit! |
| 23 | + validations: |
| 24 | + required: yes |
| 25 | + - type: checkboxes |
| 26 | + id: DPG |
| 27 | + attributes: |
| 28 | + label: Is the Project a DPG (Digital Public Good) |
| 29 | + description: You can check the DPG Registry |
| 30 | + [here](https://digitalpublicgoods.net/registry/), |
| 31 | + options: |
| 32 | + - label: This Project is a DPG |
| 33 | + required: true |
| 34 | + - type: checkboxes |
| 35 | + id: SDGs |
| 36 | + attributes: |
| 37 | + label: Does the project list which Sustainable Development Goals it addresses in |
| 38 | + its labels? |
| 39 | + description: View the SDGs [here](https://sdgs.un.org/goals) and view how a |
| 40 | + project lists them in their labels |
| 41 | + [here](https://github.com/rubyforgood/human-essentials)! |
| 42 | + options: |
| 43 | + - label: "Yes" |
| 44 | + - label: "No" |
| 45 | + - type: checkboxes |
| 46 | + id: terms |
| 47 | + attributes: |
| 48 | + label: Code of Conduct |
| 49 | + description: By submitting this issue, you agree to follow our [Code of |
| 50 | + Conduct](https://github.com/rubyforgood/human-essentials/blob/1f90a512824d8fae1951c7517cdcf491ca3218dc/code-of-conduct.md) |
| 51 | + options: |
| 52 | + - label: I've read the Code of Conduct and understand my responsibilities as a |
| 53 | + member of the Ruby for Good community |
| 54 | + required: true |
| 55 | + - type: textarea |
| 56 | + attributes: |
| 57 | + label: Anything else? |
| 58 | + description: > |
| 59 | + Links? References? Anything that will give us more context about |
| 60 | + the issue you are encountering! |
53 | 61 |
|
54 | 62 |
|
| 63 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
0 commit comments