From 21cce0a1d32e43817cf38bacd2f6435f2320abd1 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Wed, 7 Dec 2022 15:12:49 +0100 Subject: [PATCH] Update bug issue form to add checkboxes for search/latest release (#15891) --- .github/ISSUE_TEMPLATE/bug.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 041f033008a..245ea5e0820 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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 \ No newline at end of file + required: false