mirror of
https://github.com/keycloak/keycloak.git
synced 2025-12-16 20:15:46 -06:00
Update bug issue form to add checkboxes for search/latest release (#15891)
This commit is contained in:
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -2,6 +2,15 @@ name: Bug Report
|
||||
description: Report a non-security sensitive bug in Keycloak
|
||||
labels: ["kind/bug", "status/triage"]
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Before reporting an issue
|
||||
description: Please search to see if the issue is already reported, and try to reproduce the issue on the latest release.
|
||||
options:
|
||||
- label: I have searched existing issues
|
||||
required: true
|
||||
- label: I have reproduced the issue with the latest release
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: area
|
||||
attributes:
|
||||
@@ -78,4 +87,4 @@ body:
|
||||
label: Anything else?
|
||||
description: Links? References? Anything that will give us more context about the issue you are encountering!
|
||||
validations:
|
||||
required: false
|
||||
required: false
|
||||
|
||||
Reference in New Issue
Block a user