From e9a45f7051146f4cf7e4ce183862060bdb07ffd7 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Mon, 29 Jun 2020 13:42:25 +1000 Subject: [PATCH] issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 23 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 21 +++++++++++++++++++++ 2 files changed, 44 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..acf2bfe --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,23 @@ +--- +name: bug report +about: report any broken/glitchy enhancer behaviour +title: '' +labels: bug +assignees: '' + +--- + +FILL OUT THIS TEMPLATE, REMOVING/REPLACING EVERYTHING HERE WITH YOUR OWN INFORMATION. +BE AS CLEAR AND CONCISE AS POSSIBLE. + +**describe the bug** +what is the bug - what happens? + +**expected behaviour** +why is this a bug - what should be happening? + +**screenshots** +if applicable, add screenshots of your problem. + +**platform** +what OS are you using? e.g. windows 7, windows 10, WSL, ubuntu, arch linux, macOS diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..82badb1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,21 @@ +--- +name: feature request +about: got an idea for a new feature? +title: '' +labels: enhancement +assignees: '' + +--- + +FILL OUT THIS TEMPLATE, REMOVING/REPLACING EVERYTHING HERE WITH YOUR OWN INFORMATION. +BE AS CLEAR AND CONCISE AS POSSIBLE. + +**problem** +why do you need this feature? e.g. smoother app experience, sharing/displaying content for other users, ____ always frustrates you + +**solution** +how do you want this feature to appear/act? do you have any suggestions for how it could be implemented? + +**alternatives (optional)** +have you tried to do this yourself? have you seen it done somewhere else? +would a different feature remove the need for this?