diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..9ea236ba5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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_ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..1030318c8 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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._