Switch to using issue types for bugs and features (#170)

Matches https://github.com/apple/container/pull/258

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
This commit is contained in:
Kathryn Baldauf
2025-06-25 17:09:53 -07:00
committed by GitHub
parent f9198d6ff7
commit 958a83b23b
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -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:
+2 -1
View File
@@ -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: