mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Add status/triage to new issues
This commit is contained in:
committed by
Stian Thorgersen
parent
3a7f5171ab
commit
bf74ff42e2
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
2
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
2
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/epic.yml
vendored
2
.github/ISSUE_TEMPLATE/epic.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
2
.github/ISSUE_TEMPLATE/feature.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user