issue templates

This commit is contained in:
dragonwocky 2020-06-29 13:42:25 +10:00 committed by GitHub
parent aa5df4341b
commit e9a45f7051
2 changed files with 44 additions and 0 deletions

23
.github/ISSUE_TEMPLATE/bug-report.md vendored Normal file
View File

@ -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

View File

@ -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?