Clarify which checkboxes are required
This commit is contained in:
parent
2e98308c95
commit
58b26e7858
|
@ -1,14 +1,17 @@
|
|||
<!--
|
||||
Thank you for taking the time to contribute to The Odin Project. In order to get pull requests (PRs) closed in a reasonable amount of time, you must include a baseline of information about the changes 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:
|
||||
-->
|
||||
<!-- Thank you for taking the time to contribute to The Odin Project. In order to get pull requests (PRs) closed in a reasonable amount of time, you must include a baseline of information about the changes you are proposing. Please read over this template in its entirety before filling it out to ensure that it is filled out properly. -->
|
||||
|
||||
<!-- 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/TheOdinProject/css-exercises/blob/main/CONTRIBUTING.md)
|
||||
- [ ] The title of this PR is in `file/exercise/folder: brief description of changes` format e.g. `01 flex center: add hint for XYZ`
|
||||
|
||||
<!-- Complete the following checkboxes only if they are applicable to your PR. You can complete these later if they are not currently applicable. -->
|
||||
- [ ] If one exists, I have linked a related open issue to this PR by replacing `XXXXX` in Step 2 below with the issue number, e.g. `#2013`
|
||||
- [ ] If changes were requested, I have made them in a timely manner and re-requested a review from the maintainer (top of the right sidebar)
|
||||
|
||||
<!-- Complete the following triage questions. If there is no related issue for this PR, skip the second question. -->
|
||||
**1. Description of the Changes**
|
||||
<!-- A clear and concise description of your changes. If this PR is not related to an open issue also include why you are proposing these changes, such as what benefits the changes have or what problem(s) they solve. -->
|
||||
<!-- A clear and concise description of your changes. If this PR is not related to an open issue also include why you are proposing these changes, such as what benefits the changes have or what problem(s) they solve. -->
|
||||
|
||||
|
||||
**2. Related Issue**
|
||||
|
||||
|
|
Loading…
Reference in New Issue