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.*