Add issue and PR templates for contributors

This commit is contained in:
Ray Schamp 2016-10-05 10:00:28 -04:00
parent 5b3fe7ee1b
commit 2b54366d1c
2 changed files with 29 additions and 0 deletions

15
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,15 @@
### Expected behavior
_Please describe what should happen_
### Actual behavior
_Describe what actually happens_
### Steps to reproduce
_Explain what someone needs to do in order to see what's described in *Actual behavior* above_
### Operating system and browser
_e.g. Mac OS 10.11.6 Safari 10.0_

14
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,14 @@
### Type of change
- [ ] Bug fix
- [ ] New feature
- [ ] Refactor
- [ ] "Chore" (changes to build script, updates to README, etc.)
### Proposed changes
_Describe what this Pull Request does_
### Reason for changes
_Explain why these changes should be made. Please include an issue # if applicable._