From b30db728cc8435b3debbaa27aad940fe482683ac Mon Sep 17 00:00:00 2001 From: Perflyst Date: Sun, 31 Jan 2021 13:17:50 +0100 Subject: [PATCH] Add suggestions --- .github/ISSUE_TEMPLATE/bug_report.md | 12 ++++++++---- .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: '' + **Describe the bug** @@ -22,10 +23,13 @@ assignees: '' --> **Logs** - + **Screenshots** **Additional context** - + 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: ''