From fed6f31317f53583170478379842ea1e6e3b184e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Fri, 16 Dec 2022 14:37:04 +0100 Subject: [PATCH] Add default label to bug issue report template --- .gitea/issue_template/bug.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/issue_template/bug.yml b/.gitea/issue_template/bug.yml index 45d0d67..5544a26 100644 --- a/.gitea/issue_template/bug.yml +++ b/.gitea/issue_template/bug.yml @@ -1,6 +1,7 @@ name: "🐞 Bug Report" about: "Create a report about something that is not working" title: "[BUG]: " +label: "bug" body: - type: markdown attributes: