Merge remote-tracking branch 'origin/master'

This commit is contained in:
Mawoka
2022-08-04 10:57:45 +02:00
2 changed files with 57 additions and 36 deletions
-36
View File
@@ -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.
+57
View File
@@ -0,0 +1,57 @@
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
validations:
required: true
- type: textarea
attributes:
label: How can the issue be reproduced?
validations:
required: true
- type: textarea
attributes:
label: Describe the bug (with screenshots if possible)
validations:
required: true
- type: dropdown
attributes:
label: Device
options:
- Desktop
- Laptop/Notebook
- Smartphone
- Tablet
- Smartwatch
- Fridge/Toaster
validations:
required: true
- type: input
attributes:
label: Operating System
placeholder: Windows, Linux, iOS, etc
validations:
required: true
- type: input
attributes:
label: Browser
placeholder: Chrome, Safari, Firefox, etc
validations:
required: true
- type: markdown
attributes:
value: Additional
validations:
required: true