Added browser field to the issue template (#3502)
This commit is contained in:
parent
494d9ce6ad
commit
b928418da1
1 changed files with 6 additions and 2 deletions
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
6
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -12,8 +12,12 @@ body:
|
|||
attributes:
|
||||
label: Version
|
||||
description: What version of Keycloak are you running?
|
||||
- type: input
|
||||
attributes:
|
||||
label: Environment
|
||||
description: What is your environment? (e.g. Browser [chrome, safari] - version [22]
|
||||
validations:
|
||||
required: true
|
||||
required: false
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected behavior
|
||||
|
|
Loading…
Reference in a new issue