diff options
| author | Perflyst <mail@perflyst.de> | 2021-02-08 16:23:57 +0100 |
|---|---|---|
| committer | Perflyst <mail@perflyst.de> | 2021-02-08 16:23:57 +0100 |
| commit | 2b1463304702e2488e249df9a01d67fa234a42b6 (patch) | |
| tree | 576ec649c79cee441267fbb5520ac7cb7243b724 /.github | |
| parent | b30db728cc8435b3debbaa27aad940fe482683ac (diff) | |
| download | invidious-2b1463304702e2488e249df9a01d67fa234a42b6.tar.gz invidious-2b1463304702e2488e249df9a01d67fa234a42b6.tar.bz2 invidious-2b1463304702e2488e249df9a01d67fa234a42b6.zip | |
Split enhancement and feature request, apply suggestions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.md | 24 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 3 |
3 files changed, 28 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8b83cbe5..c0485266 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,6 @@ --- name: Bug report -about: Create a report to help us improve Invidious +about: Create a bug report to help us improve Invidious title: '[Bug] ' labels: bug assignees: '' @@ -9,7 +9,7 @@ assignees: '' <!-- Please use the search function to check if the bug you found has already been reported by someone else --> <!-- If you want to suggest a new feature please use "Feature request" instead --> -<!-- If you want to suggest an enhancement to a new feature please use "Enhancement" instead --> +<!-- If you want to suggest an enhancement to an existing feature please use "Enhancement" instead --> **Describe the bug** <!-- A clear and concise description of what the bug is. --> diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 00000000..7823e1df --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,24 @@ +--- +name: Enhancement +about: Suggest an enhancement for an existing feature +title: '[Enhancement] ' +labels: enhancement +assignees: '' + +--- + +<!-- Please use the search function to check if the desired function has already been requested by someone else --> + <!-- If you want to suggest a new feature please use "Feature request" instead --> +<!-- If you want to report a bug, please use "Bug report" instead --> + +**Is your enhancement 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 enhancement here. --> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index b308eb0d..59692a51 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,12 +2,13 @@ name: Feature request about: Suggest an idea for this project title: '[Feature request] ' -labels: enhancement +labels: feature-request assignees: '' --- <!-- Please use the search function to check if the desired function has already been requested by someone else --> +<!-- If you want to suggest an enhancement to an existing feature please use "Enhancement" instead --> <!-- If you want to report a bug, please use "Bug report" instead --> **Is your feature request related to a problem? Please describe.** |
