Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Joshua Davidson 2017-10-16 18:07:15 -04:00 committed by GitHub
parent 1f3b969c7a
commit 3778d14d67

16
PULL_REQUEST_TEMPLATE.md Normal file
View file

@ -0,0 +1,16 @@
<!-- Give a brief summary of your changes. -->
### Description of Changes
<!--- Describe your changes in detail. -->
### Screenshots (optional)
### Bugs fixed (if any)
<!-- If you fixed any bugs, describe them here. State issue number if applicable. -->
### Checklist:
<!-- [ ] = Unchecked, [x] = Checked. -->
* [ ] My changes follow the Contributing Guidelines. <!-- See CONTRIBUTING.md to verify. -->
* [ ] My changes implement realistic features. <!-- Only aircraft changes require this. -->
* [ ] Please have an IDG Developer test my changes before merging.
* [x] My changes are ready for merging. <!-- Uncheck if you want to decide when to merge. -->