From 0416dc693b0d1048c89f67561ac045a14123b04d Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 11 Nov 2021 08:56:20 +0100 Subject: [PATCH] Add status/triage to new issues (#1293) --- .github/ISSUE_TEMPLATE/bug.yml | 2 +- .github/ISSUE_TEMPLATE/enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/epic.yml | 2 +- .github/ISSUE_TEMPLATE/feature.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: