From 9ceb3b8bfc6aa0596b22885b6d8de82ae7f3494d Mon Sep 17 00:00:00 2001 From: it33 Date: Sat, 20 Mar 2021 15:24:46 -0700 Subject: [PATCH] Adding prefix "Bug: " to issue template Make it more consistent with feature request template --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7408f6055..56b22f483 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: '' +title: 'Bug: ' labels: bug assignees: ''