Skip to content

Commit

Permalink
reorder PULL_REQUEST_TEMPLATE sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred K. Schott committed Feb 19, 2017
1 parent 2046cf3 commit fec1f2b
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions PULL_REQUEST_TEMPLATE.md
@@ -1,11 +1,13 @@
<!-- Describe Your PR Here! -->


## PR Checklist:
- [ ] I have run `npm test` locally and all tests are passing.
- [ ] I have added/updated tests for any new behavior.
<!-- Request is a complex project, there are VERY FEW exceptions
where a new test is not required for new behavior. -->
- [ ] An issue has already been created where the problem / solution was discussed: [N/A, or add link to issue here]
<!-- If you'd like to suggest a significant change to request,
please create an issue to discuss those changes
BEFORE submitting your PR. -->

#### 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. -->
## PR Description
<!-- Describe Your PR Here! -->

0 comments on commit fec1f2b

Please sign in to comment.