From 5877e466da7b213161fdde06ea03c0b99a9f18fc Mon Sep 17 00:00:00 2001 From: Peter Fajdiga Date: Fri, 19 Jul 2024 15:50:18 +0200 Subject: [PATCH] issue templates: add [Bug] title prefix --- .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 b2e4442..c271c27 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,7 +1,7 @@ --- name: Bug report about: Bug report -title: '' +title: "[Bug]" labels: '' assignees: ''