From 87a180eac9d95dc601f66ff452db4c187ecbf0ee Mon Sep 17 00:00:00 2001 From: Glenn Watson <5834289+glennawatson@users.noreply.github.com> Date: Mon, 1 Apr 2019 12:28:16 -0700 Subject: [PATCH] housekeeping: add back issue template for stack overflow --- .github/ISSUE_TEMPLATE/bug_report.md | 49 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 37 +++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..0502a0a397 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG] Summary of item" +labels: bug +assignees: '' + +--- + + + +**Describe the bug** + + + + +**Steps To Reproduce** + + + + +**Expected behavior** + + + + +**Screenshots** + + + + +**Environment** + +- OS: +- Version +- Device: + +**Additional context** + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..7290c08c17 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,37 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: feature request +assignees: '' + +--- + + + +**Is your feature request related to a problem? Please describe.** + + + + +**Describe the solution you'd like** + + + + +**Describe alternatives you've considered** + + + + +**Describe suggestions on how to achieve the feature** + + + + +**Additional context** +