mirror of
https://github.com/apple/container.git
synced 2026-09-22 07:35:36 +00:00
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:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user