Add status/triage to new issues (#1293)
This commit is contained in:
parent
023243eb9d
commit
0416dc693b
4 changed files with 4 additions and 4 deletions
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:
|
||||
|
|
Loading…
Reference in a new issue