Split enhancement and feature request, apply suggestions

このコミットが含まれているのは:
Perflyst 2021-02-08 16:23:57 +01:00
コミット 2b14633047
3個のファイルの変更28行の追加3行の削除

ファイルの表示

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

24
.github/ISSUE_TEMPLATE/enhancement.md vendored ノーマルファイル
ファイルの表示

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

ファイルの表示

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