From e9d2dfaae0bb99fba1e34ba4960c22a428ea80a1 Mon Sep 17 00:00:00 2001 From: Josef Nemec Date: Fri, 12 Jul 2019 11:55:14 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 2 files changed, 40 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 000000000..163102dd0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,23 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: bug +assignees: '' + +--- + +**Check for existing issue** +Please use issue search in the repository if the bug is something really obvious there's a high change it was already reported. + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +If it's not clear from the description how to reproduce the issue please add clear steps to reproduce the behavior. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Diagnostics ID** +If this is a crash report please include string ID you receive after using "Create diag. package` on crash dialog. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..403731b1a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Check for existing issue** +Please use issue search in the repository if your feature request is something really obvious there's a high change it was already requested. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Screenshots** +If applicable, add screenshots to help explain requested changes.