Update PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
c223a5bfa2
commit
dd0cb70e48
|
@ -1,18 +1,19 @@
|
|||
<!-- 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. -->
|
||||
<!-- 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 this template in its entirety before filling it out to ensure that it is filled out correctly. -->
|
||||
|
||||
<!-- 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)
|
||||
<!-- Complete the following REQUIRED checkboxes by replacing the whitespace between the square brackets with an 'x', e.g. [x]. -->
|
||||
- [ ] I have thoroughly read and understand 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)
|
||||
- [ ] If one exists, I have linked a related open issue to this PR in Step 2 below
|
||||
- [ ] If changes were requested, I have made them 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. -->
|
||||
|
||||
|
||||
**2. Related Issue**
|
||||
<!-- If the PR is not related to any open issue, skip this step.
|
||||
|
||||
Otherwise, replace the XXXXX with the issue number, e.g. Closes #2013, or if the issue is in another TOP repo replace #XXXXX with the URL of the issue, e.g. Closes https://github.com/TheOdinProject/curriculum/issues/XXXXX -->
|
||||
Closes #XXXXX
|
||||
|
|
Loading…
Reference in New Issue