From b928418da1f46a2b87811de1ebc54f48c2dc9150 Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Tue, 11 Oct 2022 13:08:08 +0200 Subject: [PATCH] Added browser field to the issue template (#3502) --- .github/ISSUE_TEMPLATE/bug.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 7fb2a5f59d..56a1d6c440 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -12,8 +12,12 @@ body: attributes: label: Version description: What version of Keycloak are you running? + - type: input + attributes: + label: Environment + description: What is your environment? (e.g. Browser [chrome, safari] - version [22] validations: - required: true + required: false - type: textarea attributes: label: Expected behavior @@ -37,4 +41,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