mirror of
https://github.com/apple/container.git
synced 2026-07-12 20:47:04 +00:00
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 <k_baldauf@apple.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
name: Bug report
|
||||
description: File a bug report.
|
||||
title: "[Bug]: "
|
||||
labels: ["triage"]
|
||||
type: "Bug"
|
||||
body:
|
||||
- type: markdown
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user