From 00aa883a83089c66829f8fa5ae8897be375bbff7 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Fri, 27 Jun 2025 11:07:53 -0700 Subject: [PATCH] Remove use of triage label (#262) Tags on the repo should be a way to classify an item instead of denoting workflow or status of the item. Remove the addition of the triage label on bug and feature issues. Signed-off-by: Kathryn Baldauf --- .github/ISSUE_TEMPLATE/01-bug.yml | 1 - .github/ISSUE_TEMPLATE/02-feature.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug.yml b/.github/ISSUE_TEMPLATE/01-bug.yml index bd6e0428..f8c90626 100644 --- a/.github/ISSUE_TEMPLATE/01-bug.yml +++ b/.github/ISSUE_TEMPLATE/01-bug.yml @@ -1,7 +1,6 @@ name: Bug report description: File a bug report. title: "[Bug]: " -labels: ["triage"] type: "Bug" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/02-feature.yml b/.github/ISSUE_TEMPLATE/02-feature.yml index af4e5abb..81d330a0 100644 --- a/.github/ISSUE_TEMPLATE/02-feature.yml +++ b/.github/ISSUE_TEMPLATE/02-feature.yml @@ -1,7 +1,6 @@ name: Feature or enhancement request description: File a request for a feature or enhancement title: "[Request]: " -labels: ["triage"] type: "Feature" body: - type: markdown