Skip to content

Commit

Permalink
Add status/triage to new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Nov 11, 2021
1 parent 9954ab3 commit bd5ea5f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: Report a non-security sensitive bug in Keycloak
labels: ["kind/bug", "status/needs-triage"]
labels: ["kind/bug", "status/triage"]
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/enhancement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Enhancement Request
description: Request an enhancement to an existing feature
labels: ["kind/enhancement"]
labels: ["kind/enhancement", "status/triage"]
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Epic
description: A large feature that is broken down into multiple linked issues.
labels: ["kind/epic"]
labels: ["kind/epic", "status/triage"]
body:
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature Request
description: Request a new feature to be added to Keycloak
labels: ["kind/feature", "status/needs-triage"]
labels: ["kind/feature", "status/triage"]
body:
- type: textarea
attributes:
Expand Down

0 comments on commit bd5ea5f

Please sign in to comment.