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?