odin-default-js-exercises/.github/PULL_REQUEST_TEMPLATE.md

31 lines
1.9 KiB
Markdown
Raw Normal View History

2022-02-20 18:25:26 +00:00
<!-- Thank you for taking the time to contribute to The Odin Project. In order to get a pull request (PR) 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. -->
2022-02-14 20:07:50 +00:00
2022-02-20 18:25:26 +00:00
Complete the following REQUIRED checkboxes:
<!-- While editing this template, replace the whitespace between the square brackets with an 'x', e.g. [x] -->
- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md)
- [ ] The title of this PR follows the `location of change: brief description of change` format, e.g. `01_helloWorld: Update test cases`
2022-02-14 20:07:50 +00:00
2022-02-20 18:25:26 +00:00
Complete the following checkboxes ONLY IF they are applicable to your PR. You can complete them later if they are not currently applicable:
- [ ] I have ensured any exercise files included in this PR have passed all of their tests
2022-02-14 20:07:50 +00:00
2022-02-20 18:25:26 +00:00
<hr>
2022-02-14 20:07:50 +00:00
2022-02-20 18:25:26 +00:00
**1. Because:**
<!--
If this PR closes an open issue, replace the XXXXX below with the issue number, e.g. Closes #2013. Or if the issue is in another TOP repo replace the #XXXXX with the URL of the issue, e.g. Closes https://github.com/TheOdinProject/curriculum/issues/XXXXX
2022-02-14 20:07:50 +00:00
2022-02-20 18:25:26 +00:00
Otherwise, provide a clear and concise reason for your pull request, e.g. what problem it solves or what benefit it provides. If this PR is related to, but does not close, another issue or PR, you can also link it as above without the 'Closes' keyword, e.g. "Related to #2013".
-->
2022-02-14 20:07:50 +00:00
Closes #XXXXX
2022-02-20 18:25:26 +00:00
**2. This PR:**
<!--
A bullet point list of one or more items outlining what was done in this PR to solve the problem(s) or implement the feature/enhancement.
-->
**3. Additional Information:**
<!-- Any additional information about the PR, such as a link to a Discord discussion, etc. -->