|
| 1 | +name: 🌟 Suggest an improvement |
| 2 | +description: Suggest a new feature or enhancement |
| 3 | +title: "<Location of the improvement>: <Brief description of the improvement>" |
| 4 | +labels: ["Status: Needs Review"] |
| 5 | +assignees: |
| 6 | + - nil |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + Thank you for contributing your ideas to make our project better! |
| 12 | +
|
| 13 | + To help us understand and evaluate your suggestion in a reasonable amount of time, please provide detailed information below. |
| 14 | +
|
| 15 | + If you have any questions or are unsure about anything, don't be afraid to ask! The maintainers are here to help. |
| 16 | +
|
| 17 | + - type: checkboxes |
| 18 | + id: prerequisites |
| 19 | + attributes: |
| 20 | + label: Prerequisites |
| 21 | + description: "Please confirm the following prequisites are met:" |
| 22 | + options: |
| 23 | + - label: I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/.github/blob/main/CONTRIBUTING.md) |
| 24 | + required: true |
| 25 | + - label: I have searched the existing issues to ensure this improvement hasn't been suggested before (please have a look through our [open issues list](https://github.com/TheOdinProject/javascript-exercises/issues) to make sure) |
| 26 | + required: true |
| 27 | + - label: "The title of this issue follows the `<Location of the improvement>: <Brief description of the improvement>` format, e.g. `Exercises: Add exercise on XYZ`" |
| 28 | + required: true |
| 29 | + - label: (Optional) I am interested in working on this issue and would like to be assigned to it |
| 30 | + required: false |
| 31 | + |
| 32 | + - type: textarea |
| 33 | + id: improvement-description |
| 34 | + attributes: |
| 35 | + label: Improvement Description |
| 36 | + description: Clearly describe the proposed feature or enhancement. Explain its purpose, how it would be useful, and what problem(s) it would solve. |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: textarea |
| 41 | + id: acceptance-criteria |
| 42 | + attributes: |
| 43 | + label: Acceptance Criteria |
| 44 | + description: List the specific requirements that must be met for this request to be considered complete. Use checkbox items to outline each criterion. |
| 45 | + placeholder: | |
| 46 | + - [ ] A theme toggle is present on the dashboard |
| 47 | + - [ ] Clicking the theme toggle changes between light and dark |
| 48 | + - [ ] A user's theme choice persists after leaving the website |
| 49 | + validations: |
| 50 | + required: true |
| 51 | + |
| 52 | + |
| 53 | + - type: textarea |
| 54 | + id: additional-comments |
| 55 | + attributes: |
| 56 | + label: (Optional) Additional Comments |
| 57 | + description: Provide any extra information that might be helpful, such as links to Discorddiscussions, screenshots, or other relevant details. |
| 58 | + placeholder: We ❤️ open source |
| 59 | + validations: |
| 60 | + required: false |
0 commit comments