From cdefe524943f3212412b8d1ea91be1f41485a85c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 4 Apr 2025 08:15:37 +0200 Subject: [PATCH] github: Set type in issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 094e79a993..882187d903 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,6 +2,7 @@ name: "🐛 Bug report" about: Report a reproducible bug or regression labels: bug, new +type: Bug ---