Update bug issue form to add checkboxes for search/latest release (#15891)
This commit is contained in:
parent
de7dd77aeb
commit
21cce0a1d3
1 changed files with 10 additions and 1 deletions
9
.github/ISSUE_TEMPLATE/bug.yml
vendored
9
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -2,6 +2,15 @@ name: Bug Report
|
||||||
description: Report a non-security sensitive bug in Keycloak
|
description: Report a non-security sensitive bug in Keycloak
|
||||||
labels: ["kind/bug", "status/triage"]
|
labels: ["kind/bug", "status/triage"]
|
||||||
body:
|
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
|
- type: dropdown
|
||||||
id: area
|
id: area
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue