diff options
| author | Perflyst <mail@perflyst.de> | 2021-01-31 13:17:50 +0100 |
|---|---|---|
| committer | Perflyst <mail@perflyst.de> | 2021-01-31 13:17:50 +0100 |
| commit | b30db728cc8435b3debbaa27aad940fe482683ac (patch) | |
| tree | d1b3e79e6c320fa4beed39c4f46dcc0bff0db28a /.github | |
| parent | ec8fe21485ea446f2e76f12b234842dc6c7ab513 (diff) | |
| download | invidious-b30db728cc8435b3debbaa27aad940fe482683ac.tar.gz invidious-b30db728cc8435b3debbaa27aad940fe482683ac.tar.bz2 invidious-b30db728cc8435b3debbaa27aad940fe482683ac.zip | |
Add suggestions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 12 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.md | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 534e943c..8b83cbe5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report -about: Create a report to help us improve -title: '' +about: Create a report to help us improve Invidious +title: '[Bug] ' labels: bug assignees: '' @@ -9,6 +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 --> **Describe the bug** <!-- A clear and concise description of what the bug is. --> @@ -22,10 +23,13 @@ assignees: '' --> **Logs** -<!-- If applicable, add logs where the error is reported. --> +<!-- If applicable, copy the log that appear in the browser page where the error is reported. --> **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Additional context** -<!-- Add any other context about the problem here. --> +<!-- Add any other context about the problem here. + - Browser (if applicable): + - OS (if applicable): +--> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 690b6a8d..b308eb0d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: '' +title: '[Feature request] ' labels: enhancement assignees: '' |
