Skip to content

Commit

Permalink
Update PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonLef authored Sep 17, 2023
1 parent 8685b62 commit 569deaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ Closes #XXXXX
<!-- 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)
- [ ] The title of this PR follows the `keyword: brief description of change` format, using one of the following keywords:
- `Feature` - adds new or amends existing user-facing behavior
- `Chore` - changes that have no user-facing value, refactors, dependency bumps, etc
- `Fix` - bug fixes
- `Feature` - adds new or amends existing user-facing behavior
- `Chore` - changes that have no user-facing value, refactors, dependency bumps, etc
- `Fix` - bug fixes
- [ ] The `Because` section summarizes the reason for this PR
- [ ] The `This PR` section has a bullet point list describing the changes in this PR
- [ ] I have verified all tests and linters pass after making these changes.
Expand Down

0 comments on commit 569deaa

Please sign in to comment.