From 958a83b23b1abfb7da6e28bc030aba6f115ba5d1 Mon Sep 17 00:00:00 2001 From: Kathryn Baldauf Date: Wed, 25 Jun 2025 17:09:53 -0700 Subject: [PATCH] Switch to using issue types for bugs and features (#170) Matches https://github.com/apple/container/pull/258 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 4a5b2e04..226d5a50 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 95daabd4..3f34d3cd 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: