diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 80410ca..0000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,40 +0,0 @@ -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 deleted file mode 100644 index d636471..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,29 +0,0 @@ - - - -### 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