From 6c32682a4040e023c054b2fc60a7cf65cc77f7ad Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 17 Sep 2022 16:37:41 +0200 Subject: [PATCH] Add bug label to new issues --- .github/ISSUE_TEMPLATE/bug.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 9db3b75..3221ab9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,5 +1,6 @@ name: Bug Report description: If you've already asked for help with a problem and confirmed something is broken with git-auto-commit itself, create a bug report. +labels: ["bug"] body: - type: markdown attributes: