diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..80410ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,40 @@ +Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our slack channel. + + + +## Expected Behavior + + + +## Current Behavior + + + +## Possible Solution + + + +## Steps to Reproduce + + + + +1. +2. +3. +4. + +## Context (Environment) + + + + + + +## Detailed Description + + + +## Possible Implementation + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d636471 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ + + + +### Pre-PR Checklist + +- [ ] I have run `npm test` locally and there are no warnings or errors, from lint or test +- [ ] I have added screenshots if applicable + +### Summary + + + +### Screenshots + + + +### Issue + + + +## How Has This Been Tested? + + + + + +### Reviewers + +- @alanhamlett