From 630ff9d86ab9b8459a9f1aafad53ea548c711b43 Mon Sep 17 00:00:00 2001 From: Gazook89 <58999374+Gazook89@users.noreply.github.com> Date: Sun, 18 Sep 2022 10:32:50 -0500 Subject: [PATCH] add browser field --- .github/ISSUE_TEMPLATE/general_issue.yml | 38 ++++++++++++++++-------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/general_issue.yml b/.github/ISSUE_TEMPLATE/general_issue.yml index cc40e2df5..92319ad56 100644 --- a/.github/ISSUE_TEMPLATE/general_issue.yml +++ b/.github/ISSUE_TEMPLATE/general_issue.yml @@ -3,8 +3,7 @@ description: Report an issue unrelated to Saving body: - type: markdown attributes: - value: | - Please include as much information as possible. + value: Please include as much information as possible. - type: checkboxes id: renderer attributes: @@ -16,17 +15,30 @@ body: validations: required: true - type: dropdown - id: operating-system - attributes: - label: Operating System - description: Which OS were you using when the issue occurred? - options: - - label: Windows - - label: MacOS - - label: Linux - - label: other - validations: - required: true + id: browser + attributes: + label: Browser + description: Which browser were you using when the issue occurred? + options: + - label: Chrome + - label: Firefox + - label: Edge + - label: Safari + - label: other + validations: + required: true + - type: dropdown + id: operating-system + attributes: + label: Operating System + description: Which OS were you using when the issue occurred? + options: + - label: Windows + - label: MacOS + - label: Linux + - label: other + validations: + required: true - type: textarea id: user-description attributes: