Skip to content

Commit

Permalink
update pull request template
Browse files Browse the repository at this point in the history
Adding keyword for closing issues associated with new feature and breaking changes issues
  • Loading branch information
wsmelton committed Oct 20, 2019
1 parent 08a5b12 commit 23c01cc
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
@@ -1,9 +1,9 @@
<!-- Below information IS REQUIRED with every PR -->
## Type of Change
<!-- What type of change does your code introduce -->
- [ ] Bug fix (non-breaking change, fixes #<enter issue number>)
- [ ] New feature (non-breaking change, adds functionality)
- [ ] Breaking change (effects multiple commands or functionality)
- [ ] Bug fix (non-breaking change, fixes #<!--issue number--> )
- [ ] New feature (non-breaking change, adds functionality, fixes #<!--issue number--> )
- [ ] Breaking change (effects multiple commands or functionality, fixes #<!--issue number--> )
- [ ] Ran manual Pester test and has passed (`.\tests\manual.pester.ps1)
- [ ] Adding code coverage to existing functionality
- [ ] Pester test is included
Expand Down

0 comments on commit 23c01cc

Please sign in to comment.