From 3206b50b2edf3b7696b6ce993e71a9dd45c76bf6 Mon Sep 17 00:00:00 2001 From: Vu Nguyen Date: Thu, 14 Jan 2021 20:21:36 -0600 Subject: [PATCH] add some github template files --- .github/ISSUE_TEMPLATE.md | 40 ++++++++++++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 29 +++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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