From e0dd9d26c0c10337c760514ebef2e1bc80ce8320 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Wed, 25 Jun 2025 15:00:32 -0700 Subject: [PATCH] Move github issues to use feature and bug Types instead of Labels 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 2657edfa6..bd6e04288 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 d40fca4da..af4e5abb7 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: