From bd5ea5fc00b14f456a2ae224badf8bcddbde43d9 Mon Sep 17 00:00:00 2001 From: stianst Date: Thu, 11 Nov 2021 08:59:00 +0100 Subject: [PATCH] Add status/triage to new issues --- .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 827b503b..7fb2a5f5 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 560d8a05..70033aec 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 3d879745..7198406c 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 9a06129f..1be4eb86 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: