From 6a7aba09abc1202aa771584f23a1599420587396 Mon Sep 17 00:00:00 2001 From: nathom <74019033+nathom@users.noreply.github.com> Date: Thu, 13 May 2021 22:27:33 -0700 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9b68b62..aa95df0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: "\U0001F41B Bug Report" about: "If something isn't working as expected \U0001F914." -title: '' +title: 'Bug: ' labels: bug assignees: nathom @@ -21,7 +21,7 @@ type the command that caused the bug here **Expected behavior/code** A clear and concise description of what you expected to happen (or code). -**`streamrip Configuration File (find using `rip config -o`):** +**`streamrip` Configuration File (find using `rip config -o`):** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 906e11f..807c7d9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,7 +3,7 @@ name: "\U0001F680 Feature Request" about: "I have a suggestion (and may want to implement it \U0001F642)!" title: 'Feature Request: ' labels: enhancement -assignees: nathom +assignees: '' ---