Update checklist for solutions branch
This commit is contained in:
parent
53fc61c285
commit
611293d69b
|
@ -23,10 +23,10 @@ Closes #XXXXX
|
||||||
|
|
||||||
|
|
||||||
## Pull Request Requirements
|
## Pull Request Requirements
|
||||||
<!-- Replace the whitespace between the square brackets with an 'x', e.g. [x]. Or after you create the PR, they will become checkboxes that you can click on. -->
|
<!-- Replace the whitespace between the square brackets with an 'x', e.g. [x]. After you create the PR, they will become checkboxes that you can click on. -->
|
||||||
- [ ] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md)
|
- [ ] 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`
|
- [ ] The title of this PR follows the `location of change: brief description of change` format, e.g. `01_helloWorld: Update test cases`
|
||||||
- [ ] The `Because` section summarizes the reason for this PR
|
- [ ] The `Because` section summarizes the reason for this PR
|
||||||
- [ ] The `This PR` section has a bullet point list describing the changes in this PR
|
- [ ] The `This PR` section has a bullet point list describing the changes in this PR
|
||||||
- [ ] If this PR addresses an open issue, it is linked in the `Issue` section
|
- [ ] If this PR addresses an open issue, it is linked in the `Issue` section
|
||||||
- [ ] If applicable, I have ensured any exercise files included in this PR have passed all of their tests
|
- [ ] If this PR includes changes that needs to be updated on the `solutions` branch, I have created another PR (and linked it to this PR).
|
||||||
|
|
Loading…
Reference in New Issue