Skip to content

Commit bd5ea5f

Browse files
committed
Add status/triage to new issues
1 parent 9954ab3 commit bd5ea5f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Bug Report
22
description: Report a non-security sensitive bug in Keycloak
3-
labels: ["kind/bug", "status/needs-triage"]
3+
labels: ["kind/bug", "status/triage"]
44
body:
55
- type: textarea
66
attributes:

.github/ISSUE_TEMPLATE/enhancement.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Enhancement Request
22
description: Request an enhancement to an existing feature
3-
labels: ["kind/enhancement"]
3+
labels: ["kind/enhancement", "status/triage"]
44
body:
55
- type: textarea
66
attributes:

.github/ISSUE_TEMPLATE/epic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Epic
22
description: A large feature that is broken down into multiple linked issues.
3-
labels: ["kind/epic"]
3+
labels: ["kind/epic", "status/triage"]
44
body:
55
- type: textarea
66
attributes:

.github/ISSUE_TEMPLATE/feature.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature Request
22
description: Request a new feature to be added to Keycloak
3-
labels: ["kind/feature", "status/needs-triage"]
3+
labels: ["kind/feature", "status/triage"]
44
body:
55
- type: textarea
66
attributes:

0 commit comments

Comments
 (0)