Skip to content

Commit

Permalink
Create PULL_REQUEST_TEMPLATE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FredKSchott committed Feb 14, 2017
1 parent 223f44b commit a60be68
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
<!-- Describe Your PR Here! -->



#### PR Checklist:

<!-- Please fill in the following checklist before submitting your PR: -->
- [ ] If this is a major change, an issue has already been created where the problem / solution was discussed: [ADD LINK TO GITHUB ISSUE HERE]
- [ ] I have run `npm test` locally and all tests are passing.
- [ ] I have added tests for any new behavior.
<!-- Request is a complex project, there are VERY FEW exceptions where a new test is not a requirement. -->

0 comments on commit a60be68

Please sign in to comment.