diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 827b503b1a..7fb2a5f59d 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 560d8a05af..70033aecb6 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 3d879745d6..7198406c64 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 9a06129f1f..1be4eb8626 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: