|
1 | 1 | ---
|
2 | 2 | name: Feature Request
|
3 |
| -about: Suggest a new feature or enhancement for this project |
4 |
| -title: '' |
5 |
| -labels: 'Status: Needs Review' |
6 |
| -assignees: '' |
7 |
| - |
| 3 | +about: Suggest a new feature or enhancement for this project |
| 4 | +title: "" |
| 5 | +labels: "Status: Needs Review" |
| 6 | +assignees: "" |
8 | 7 | ---
|
| 8 | + |
9 | 9 | <!-- Thank you for taking the time to submit a new feature request to The Odin Project. In order to get issues closed in a reasonable amount of time, you must include a baseline of information about the feature/enhancement you are proposing. Please read this template in its entirety before filling it out to ensure that it is filled out correctly. -->
|
10 | 10 |
|
11 |
| -<!-- Complete the following REQUIRED checkboxes by replacing the whitespace between the square brackets with an 'x', e.g. [x]. --> |
12 |
| -- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) |
13 |
| -- [ ] The title of this issue follows the `where the change occurs: brief description of request` format, e.g. `Global SCSS file: Buttons should have XYZ` |
| 11 | +Complete the following REQUIRED checkboxes: |
| 12 | +- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) |
| 13 | +- [ ] The title of this issue follows the `location for request: brief description of request` format, e.g. `Foundations exercises: Add exercise for XYZ` |
| 14 | + |
| 15 | +The following checkbox is OPTIONAL: |
| 16 | +<!-- Completing this checkbox does not guarantee you will be assigned this issue, but rather lets us know you are interested in working on it. --> |
| 17 | +- [ ] I would like to be assigned this issue to work on it |
| 18 | + |
| 19 | +<hr> |
| 20 | + |
| 21 | +**1. Description of the Feature Request:** |
| 22 | +<!-- |
| 23 | +A clear and concise description of what the feature or enhancement is, including how it would be useful/beneficial or what problem(s) it would solve. |
| 24 | +--> |
14 | 25 |
|
15 |
| -<!-- The following checkbox is OPTIONAL. Completing it does not guarantee you will be assigned this issue, but rather lets us know you are interested in working on it. --> |
16 |
| -- [ ] I would like to be assigned this issue to work on it |
17 | 26 |
|
18 |
| -**1. Description of the Feature Request** |
19 |
| -<!-- A clear and concise description of what the feature is. Also include how it would be useful/beneficial or what problem(s) it would solve. --> |
| 27 | +**2. Acceptance Criteria:** |
| 28 | +<!-- |
| 29 | +A list of checkbox items that explain the requirements needed to be met to resolve this request, e.g.: |
| 30 | +- [ ] A theme toggle is present on the dashboard |
| 31 | +- [ ] Clicking the theme toggle changes between light and dark |
| 32 | +- [ ] A user's theme choice persists after leaving the website |
| 33 | + --> |
20 | 34 |
|
21 | 35 |
|
22 |
| -**2. Additional Information** |
23 |
| -<!-- Any additional information or screenshots about the feature request. --> |
| 36 | +**3. Additional Information:** |
| 37 | +<!-- Any additional information about the feature request, such as a link to a Discord discussion, screenshots, etc. --> |
24 | 38 |
|
0 commit comments