diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index abadf2aa43..3280628181 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -5,11 +5,14 @@ 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. + 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: - - label: I have searched existing issues - required: true - - label: I have reproduced the issue with the [latest nightly release](https://github.com/keycloak/keycloak/releases/tag/nightly) + - 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 - type: dropdown id: area