From c50678618f8fcef56a76780afa5fcd7bce7549c5 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 30 May 2025 11:57:17 +0200 Subject: [PATCH] chore: add issue types to GitHub issue templates --- .github/ISSUE_TEMPLATE/01-feature.yml | 1 + .github/ISSUE_TEMPLATE/02-bug.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/01-feature.yml b/.github/ISSUE_TEMPLATE/01-feature.yml index 902379b56..dcb2bc1db 100644 --- a/.github/ISSUE_TEMPLATE/01-feature.yml +++ b/.github/ISSUE_TEMPLATE/01-feature.yml @@ -1,6 +1,7 @@ name: Feature request description: File a new feature request labels: ["enhancement", "needs-triage"] +type: Feature body: - type: textarea diff --git a/.github/ISSUE_TEMPLATE/02-bug.yml b/.github/ISSUE_TEMPLATE/02-bug.yml index 7ccb953f4..c1c7079be 100644 --- a/.github/ISSUE_TEMPLATE/02-bug.yml +++ b/.github/ISSUE_TEMPLATE/02-bug.yml @@ -1,6 +1,7 @@ name: Bug report description: If you're actually looking for support instead, see "I need help / I have a question". labels: ["bug", "needs-triage"] +type: Bug body: - type: markdown attributes: