From f0ee9dc7b01868e75853a8dde27fdaee5a849182 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Wed, 25 Jun 2025 16:48:45 -0700 Subject: [PATCH] Switch to issue types for bugs and features Signed-off-by: Kathryn Baldauf --- .github/ISSUE_TEMPLATE/01-bug.yml | 3 ++- .github/ISSUE_TEMPLATE/02-feature.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index f2d9b90..d07cefd 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -1,7 +1,8 @@ name: Bug report description: File a bug report. title: "[Bug]: " -labels: ["bug", "triage"] +labels: ["triage"] +type: "Bug" body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml index d07af14..e1aafd2 100644 --- a/.github/ISSUE_TEMPLATE/02-feature.yml +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -1,7 +1,8 @@ name: Feature or enhancement request description: File a request for a feature or enhancement title: "[Request]: " -labels: ["feature", "triage"] +labels: ["triage"] +type: "Feature" body: - type: markdown attributes: