From 9269774aedf52d63e973a9cd19b4894698656035 Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Wed, 8 Sep 2021 10:58:46 +0200 Subject: [PATCH] Add additional context to issue template (#1179) --- .github/ISSUE_TEMPLATE/{bug.yaml => bug.yml} | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{bug.yaml => bug.yml} (77%) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yml similarity index 77% rename from .github/ISSUE_TEMPLATE/bug.yaml rename to .github/ISSUE_TEMPLATE/bug.yml index 3f88ae75c2..5cc2da8788 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -39,10 +39,16 @@ body: attributes: label: Screenshots or Videos description: If applicable, add screenshots and/or a short video to help explain your problem. + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Add any other context about the problem here. - type: dropdown id: os attributes: - label: What operating system are you seeing the problem on? + label: Operating System + description: What operating system are you seeing the problem on? multiple: true options: - Windows @@ -55,11 +61,13 @@ body: - type: input id: os-version attributes: - label: What version of the operating system(s) are you seeing the problem on? + label: Operating System Version + description: What version of the operating system(s) are you seeing the problem on? - type: dropdown id: browsers attributes: - label: What browsers are you seeing the problem on? + label: Web Browser + description: What browser(s) are you seeing the problem on? multiple: true options: - Chrome @@ -74,7 +82,8 @@ body: - type: input id: browser-version attributes: - label: What version of the browser(s) are you seeing the problem on? + label: Browser Version + description: What version of the browser(s) are you seeing the problem on? - type: input id: version attributes: