From 15f63d122ba8dc443c5423a9312b4e201f89114d Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 3 Aug 2022 12:56:48 +0200 Subject: [PATCH 1/4] :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 From d7a423f01e9efe1a9b35c876c9edb27527fb3eae Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 3 Aug 2022 12:59:46 +0200 Subject: [PATCH 2/4] :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 From dff1eab5f1848d7e03bb1e637e11b11b926f0995 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 3 Aug 2022 13:03:23 +0200 Subject: [PATCH 3/4] :bug: Fixed bug_report (2) --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f58af61..bbfc02c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -16,14 +16,14 @@ body: - On a self-hosted instance validations: required: true - - type: markdown + - type: textarea attributes: - value: How can the issue be reproduced? + label: How can the issue be reproduced? validations: required: true - - type: markdown + - type: textarea attributes: - value: Describe the bug (with screenshots if possible) + label: Describe the bug (with screenshots if possible) validations: required: true - type: dropdown From 146f587d2691ebb831daea228c73472cb4faf951 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Wed, 3 Aug 2022 16:11:27 +0200 Subject: [PATCH 4/4] Delete Bug_report.md --- .github/ISSUE_TEMPLATE/Bug_report.md | 36 ---------------------------- 1 file changed, 36 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/Bug_report.md diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index 31d3a30..0000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve - ---- -⚠️ The main ClassQuizz instance at (https://classquiz.de) uses Sentry as a bug detection software, so please disable your AdBlocker if you want to ease the debug process ⚠️ - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Stacktrace** -If applicable, add the error stacktrace to help explain your problem. - -**Extra data (please complete the following information):** - - Device [e.g. iPhone6, Desktop]: - - Device OS [e.g. iOS8.1, Windows 10]: - - Browser [e.g. Chrome, Firefox, Safari]: - - ~~Classquiz Version [e.g. 0.10]:~~ :warning:** No versioning for now** :warning: - - Classquiz installation [e.g. classquiz.de]: - - Commit SHA [e.g : ed35c5c69019e7cd6331ea438519f53b8bce70cf]: - -**Additional context** -Add any other context about the problem here.