Force reporters of bugs to agree to test against the latest Keycloak (#24352)
This commit is contained in:
parent
a6f6a52897
commit
8867dd6370
1 changed files with 7 additions and 4 deletions
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
11
.github/ISSUE_TEMPLATE/bug.yml
vendored
|
@ -5,11 +5,14 @@ body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Before reporting an issue
|
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.
|
description: |
|
||||||
|
Please search to see if the issue is already reported, and try to reproduce the issue on the latest release.
|
||||||
|
|
||||||
|
Any reported issues must be reproducible in the [latest](https://github.com/keycloak/keycloak/releases/latest) or [nightly](https://github.com/keycloak/keycloak/releases/nightly) version of Keycloak.
|
||||||
|
|
||||||
|
**⚠️ Failing to follow these guidelines may result in your issue being closed without action. ⚠️**
|
||||||
options:
|
options:
|
||||||
- label: I have searched existing issues
|
- label: I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
|
||||||
required: true
|
|
||||||
- label: I have reproduced the issue with the [latest nightly release](https://github.com/keycloak/keycloak/releases/tag/nightly)
|
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: area
|
id: area
|
||||||
|
|
Loading…
Reference in a new issue