Update feature_request.md
This commit is contained in:
parent
9878f2de3d
commit
731f324779
|
@ -2,21 +2,24 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
about: Suggest a new feature for this project
|
about: Suggest a new feature for this project
|
||||||
title: ''
|
title: ''
|
||||||
labels: 'Type: Enhancement'
|
labels: ['Type: Enhancement', 'Status: Needs Review']
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
<!--
|
<!-- 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 you are proposing. Please read over this template in its entirety before filling it out to ensure that it is filled out properly. -->
|
||||||
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 you are proposing. Please complete all applicable checkboxes (replace the whitespace between the square brackets with an 'x', e.g. [x]) and answer the following triage questions:
|
|
||||||
-->
|
<!-- Please complete the following two REQUIRED checkboxes (replace the whitespace between the square brackets with an 'x', e.g. [x]). -->
|
||||||
- [ ] I have thoroughly read the [CSS Exercises Contributing Guide](https://github.com/thatblindgeye/css-exercises/blob/main/CONTRIBUTING.md)
|
- [ ] I have thoroughly read the [CSS Exercises Contributing Guide](https://github.com/thatblindgeye/css-exercises/blob/main/CONTRIBUTING.md)
|
||||||
- [ ] The title of this issue is in `file/exercise/folder: brief description of request` format, e.g. `01 flex center: add hint for XYZ`
|
- [ ] The title of this issue is in `file/exercise/folder: brief description of request` format, e.g. `01 flex center: add hint for XYZ`
|
||||||
|
|
||||||
<!-- Completing the following checkbox does not guarantee you will be assigned this issue, but rather lets us know you are interested in working on it. -->
|
<!-- 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. -->
|
||||||
- [ ] If approved, I would like to be assigned this issue to work on it
|
- [ ] If approved, I would like to be assigned this issue to work on it
|
||||||
|
|
||||||
**Description of the Feature Request**
|
<!-- Complete the following triage questions. The more information you are able to provide, the easier it is to discuss the feature request. -->
|
||||||
|
**1. Description of the Feature Request**
|
||||||
<!-- 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. -->
|
<!-- 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. -->
|
||||||
|
|
||||||
**Additional Information**
|
|
||||||
|
**2. Additional Information**
|
||||||
<!-- Any additional information or screenshots about the feature request. -->
|
<!-- Any additional information or screenshots about the feature request. -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue