From 31c08c4e149fdadf5f5b5b6c9c3cb0ae90f368f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20P=C3=B6lzl?= <33464174+ppoelzl@users.noreply.github.com> Date: Mon, 30 Mar 2020 23:56:39 +0200 Subject: [PATCH] Update issue templates Initial draft of a bug report template to address common follow-up questions. --- .github/ISSUE_TEMPLATE/bug_report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ 2 files changed, 43 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 00000000..722b8ea7 --- /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: '' + +--- + +Thank you for reporting an issue. + +Before reporting a bug, **please make sure that you are running the latest version.** +You can get the latest version number from `CHANGELOG.md` + +Please try to fill in as much of the template below as you're able. + +* **What happened?** +* **What were you trying to do?** +* **What steps will reproduce the bug?** +* **Does it reproduce every time? If not, why so?** +* **Additional information:** +If you receive an error or experience graphical bugs, include a screenshot. +Also include a shareable build link, even in cases where you experience issues not specific to a certain build. This helps us greatly to reproduce bugs faster. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..bbcbbe7d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here.