From 15f63d122ba8dc443c5423a9312b4e201f89114d Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 3 Aug 2022 12:56:48 +0200 Subject: [PATCH] :sparkles: Added Issue Form (not tested) --- .github/ISSUE_TEMPLATE/bug_report.yml | 50 +++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..b3093b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,50 @@ +name: Bug Report +description: File a bug report +labels: ["bug"] +body: + - type: input + 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 + - 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: + required: true + - type: markdown + attributes: + value: How can the issue be reproduced? + validation: + required: true + - type: markdown + attributes: + value: Describe the bug (with screenshots if possible) + validation: + required: true + - type: dropdown + attributes: + label: Device + options: + - Desktop + - Laptop/Notebook + - Smartphone + - Tablet + - Smartwatch + - Fridge/Toaster + - type: input + attributes: + label: Operating System + placeholder: Windows, Linux, iOS, etc + - type: input + attributes: Browser + placeholder: Chrome, Safari, Firefox, etc + - type: markdown + attributes: + value: Additional + validation: + required: true