Create PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Glavin Wiechert 2016-02-18 17:37:32 -04:00
parent 9b1f9cd7d9
commit 443c3bdd22
1 changed files with 20 additions and 0 deletions

20
PULL_REQUEST_TEMPLATE.md Normal file
View File

@ -0,0 +1,20 @@
### What does this implement/fix? Explain your changes.
...
### Does this close any currently open issues?
...
### Any other comments?
...
### Checklist
Check all those that are applicable and complete.
- [ ] Merged with latest `master` branch
- [ ] Added examples for testing to [examples/ directory](examples/)
- [ ] Travis CI passes (Mac support)
- [ ] AppVeyor passes (Windows support)