Skip to content

Commit

Permalink
Merge pull request #15 from aaronweeden/add-pr-template
Browse files Browse the repository at this point in the history
Add types of changes to pull request template.
  • Loading branch information
aaronweeden authored Sep 21, 2023
2 parents f37d92a + f243119 commit 344ab2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] 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)

## Checklist:
<!--- Go over all the following points and make sure they have all been completed -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
Expand Down

0 comments on commit 344ab2e

Please sign in to comment.