From 8d7f201155cc257bbef784a7887a6ff737f2fb5d Mon Sep 17 00:00:00 2001 From: Daniel Milnes Date: Wed, 11 May 2022 22:32:24 +0100 Subject: [PATCH] Automatically tag bug report issues It would be good to add additional issue templates for things like feature requests. You could also make use of `config.yml` () to make a more guided issue flow. --- .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 be30c9c30..c57dcd5e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' ---