From d7a423f01e9efe1a9b35c876c9edb27527fb3eae Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 3 Aug 2022 12:59:46 +0200 Subject: [PATCH] :bug: Fixeed issue_form #1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 29 +++++++++++++++++---------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b3093b6..f58af61 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,26 +6,26 @@ body: attributes: label: Which component is affected? description: Which component/part of ClassQuiz is affected by the bug? The editor? The admin-screen if a game is running? - validations: - required: true + validations: + required: true - type: dropdown attributes: label: Did the issue occur at ClassQuiz.de, or on a self-hosted instance? options: - On ClassQuiz.de - On a self-hosted instance - validation: + validations: required: true - type: markdown attributes: value: How can the issue be reproduced? - validation: - required: true + validations: + required: true - type: markdown attributes: value: Describe the bug (with screenshots if possible) - validation: - required: true + validations: + required: true - type: dropdown attributes: label: Device @@ -36,15 +36,22 @@ body: - Tablet - Smartwatch - Fridge/Toaster + validations: + required: true - type: input attributes: label: Operating System placeholder: Windows, Linux, iOS, etc + validations: + required: true - type: input - attributes: Browser - placeholder: Chrome, Safari, Firefox, etc + attributes: + label: Browser + placeholder: Chrome, Safari, Firefox, etc + validations: + required: true - type: markdown attributes: value: Additional - validation: - required: true + validations: + required: true