From 9528bed0b72765e177fcbd1844a518f98e0bca6b Mon Sep 17 00:00:00 2001 From: Vern Burton Date: Sat, 21 Mar 2020 16:55:10 -0500 Subject: [PATCH] adding issue templates for feature/bug (#329) --- .github/ISSUE_TEMPLATE/bug_template.md | 35 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_template.md | 18 +++++++++++ 2 files changed, 53 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_template.md create mode 100644 .github/ISSUE_TEMPLATE/feature_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md new file mode 100644 index 0000000000..8c1733a6a6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_template.md @@ -0,0 +1,35 @@ +--- +name: 'Bug Report' +about: 'Create Bug Report' +--- + + + +## Expected Behavior + + +## Current Behavior + + +## Possible Solution + + + +## Steps to Reproduce (for bugs) + + +1. +2. +3. +4. + +## Context + + + + +## Your Environment + +* NodeJS Version (v12): +* Operating System and Version (e.g. Ubuntu 14.04): +* Browser Information: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_template.md b/.github/ISSUE_TEMPLATE/feature_template.md new file mode 100644 index 0000000000..17b543c27a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_template.md @@ -0,0 +1,18 @@ +--- +name: 'Feature Request' +about: 'Suggest new features and changes' +--- + + + +## Feature Suggestion + + + +## Possible Implementation + + +## Context + + + \ No newline at end of file