Skip to content

Commit

Permalink
update PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach committed Feb 3, 2024
1 parent c2855b9 commit 236be02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- Delete options that are not relevant. -->

- [x] Bug fix (non-breaking change which fixes an issue)
- [x] Bug fix (non-breaking change which resolves an issue)
- [x] New feature (non-breaking change which adds functionality)
- [x] Improvement (non-breaking change that does improve existing functionality)
- [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Expand All @@ -20,7 +20,7 @@
## Checklist

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have performed a self-review of my code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation (README.md or the documentation under `documentation/`)
- [ ] If necessary, I have added tests that prove my fix is effective or that my feature works
Expand Down

0 comments on commit 236be02

Please sign in to comment.