diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 827b503b1ae..7fb2a5f59d5 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 560d8a05af2..70033aecb69 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/epic.yml b/.github/ISSUE_TEMPLATE/epic.yml index 3d879745d6f..7198406c643 100644 --- a/.github/ISSUE_TEMPLATE/epic.yml +++ b/.github/ISSUE_TEMPLATE/epic.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 9a06129f1f1..1be4eb86266 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -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: