Skip to content

Commit 73097b7

Browse files
Remove use of triage label (#180)
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. Related to apple/container#262 Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
1 parent c7763c7 commit 73097b7

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/01-bug.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Bug report
22
description: File a bug report.
33
title: "[Bug]: "
4-
labels: ["triage"]
54
type: "Bug"
65
body:
76
- type: markdown

.github/ISSUE_TEMPLATE/02-feature.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Feature or enhancement request
22
description: File a request for a feature or enhancement
33
title: "[Request]: "
4-
labels: ["triage"]
54
type: "Feature"
65
body:
76
- type: markdown

0 commit comments

Comments
 (0)