Add checkbox for regression to bug issue template
Signed-off-by: stianst <stianst@gmail.com>
This commit is contained in:
parent
2914c5821d
commit
9f1da8dbf2
1 changed files with 7 additions and 0 deletions
7
.github/ISSUE_TEMPLATE/bug.yml
vendored
7
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue