Add status/triage to new issues (#1293)

This commit is contained in:
Stian Thorgersen 2021-11-11 08:56:20 +01:00 committed by GitHub
parent 023243eb9d
commit 0416dc693b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: