From 039404e95c8bf185194aa8d779485589c11cf1de Mon Sep 17 00:00:00 2001 From: jlbit <66541548+jlbit@users.noreply.github.com> Date: Mon, 25 Apr 2022 21:34:56 -0700 Subject: [PATCH] add github issue templates for bug report and feature request, to facilitate project management --- .github/ISSUE_TEMPLATE/bug_report.md | 34 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 23 +++++++++++++++ 2 files changed, 57 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 00000000000..1a60107ce4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,34 @@ +--- +name: Bug report +about: Create a bug report to help us improve +title: "[BUG]" +labels: bug +assignees: '' + +--- + +**Describe the bug** +*A clear and concise description of what the bug is* + +**Business Impact and Suggested Priority** +*A clear description of the real business impact and why it is [high/mid/low] priority* + +**Reproduce Steps** +*Steps to reproduce the behavior:* + +1. Go to '...' +2. Run '...' +4. See error '...' + + +**Expected behavior** +*A clear and concise description of what you expected to happen.* + +**Screenshots** +*If applicable, add screenshots to help explain your problem.* + +**Version** +*Which version are you running? e.g. v6.0.0, v7.0.2* + +**Additional context** +*Add any other context about the problem here.* diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000000..f306f75ad1e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[Feature Request]" +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem?** +*A clear and concise description of what the problem is. Ex. It's inconvenient when [...]; it's impossible to achieve [...]* + +**Describe the solution you'd like** +*A clear and concise description of what you want to happen.* + +**Describe alternative solutions you've considered (if you have one)** +*A clear and concise description of any alternative solutions or features you've considered.* + +**Business Impact and Suggested Priority** +*A clear description of the real business impact and why it is [high/mid/low] priority* + +**Additional context** +*Add any other context or screenshots about the feature request here.*