Add checkbox for regression to bug issue template

Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
stianst 2024-02-13 12:51:09 +01:00 committed by Bruno Oliveira da Silva
parent 2914c5821d
commit 9f1da8dbf2

View file

@ -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: