From 2ae1c75019f545862b216bf9f4354925fef800b1 Mon Sep 17 00:00:00 2001 From: Curle <42079760+TheCurle@users.noreply.github.com> Date: Sun, 29 Nov 2020 21:22:39 +0000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ .github/ISSUE_TEMPLATE/feature_request.md | 16 ++++++++++++++++ 2 files changed, 34 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 0000000..1f87590 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +about: Tell us about something gone wrong +title: '' +labels: bug +assignees: TheCurle + +--- + +**What went wrong?** +We need to know what the actual problem to be solved is - obviously! + +**How can we recreate the issue?** +Having solid steps to reproduce the problem helps a ton! +Please put it in terms of "Step 1: Boot, Step 2: Press this combination of keys: `alt + F20 + J`..." + +**What do you think went wrong?** +If you have any vague suggestions or have investigated the issue and know roughly what's wrong, feel free to put it here. Otherwise, don't worry. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..26a39ab --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,16 @@ +--- +name: Feature request +about: Got a cool idea for new functionality? +title: '' +labels: enhancement +assignees: TheCurle + +--- + +**Describe the feature** +What's the actual feature? How would it be activated? What would it allow you to do? +What's the benefit, and why is it worth the work required? + +**Alternatives?** +If the feature cannot be added for whatever reason, is there a reasonable compromise you have in mind? +Who knows, this alternative may be introduced alongside the main feature.