Merge pull request #1959 from IanDelMar/pr-template

Add more change types to the pull request template
This commit is contained in:
Brian Coords 2022-11-05 09:28:38 -07:00 committed by GitHub
commit 9de69997b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Refactoring (a code change that neither fixes a bug nor adds a feature)
- [ ] Styling (changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc))
- [ ] Development (changes that affect the build system or external dependencies)
- [ ] Documentation (changes that affect existing inline documentation)
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->