Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Andy Cochran 2017-12-14 15:45:52 -05:00 committed by GitHub
parent 19f8c84058
commit 9b805f686e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
PULL_REQUEST_TEMPLATE.md Normal file
View File

@ -0,0 +1,11 @@
<!-- Be sure to merge the latest from `develop` and make sure your tests pass -->
This PR {summarize the PR}
Changes Proposed:
- New Feature
- API change
- New Domain-specific language
- Refactor of existing code
Closes #{issue number(s)}