From 9f1da8dbf22d4fdf85f054f4c4119bc086b99d6a Mon Sep 17 00:00:00 2001 From: stianst Date: Tue, 13 Feb 2024 12:51:09 +0100 Subject: [PATCH] Add checkbox for regression to bug issue template Signed-off-by: stianst --- .github/ISSUE_TEMPLATE/bug.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2ad75c43d2..7201191256 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -74,6 +74,13 @@ body: description: What version of Keycloak are you running? validations: required: true + - type: checkboxes + id: regression + attributes: + label: Regression + description: Was the issue introduced only after upgrading Keycloak, and it worked as expected in the past? + options: + - label: The issue is a regressions - type: textarea id: behaviorExpected attributes: