🐛 Fixeed issue_form #1
This commit is contained in:
@@ -6,26 +6,26 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Which component is affected?
|
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?
|
description: Which component/part of ClassQuiz is affected by the bug? The editor? The admin-screen if a game is running?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Did the issue occur at ClassQuiz.de, or on a self-hosted instance?
|
label: Did the issue occur at ClassQuiz.de, or on a self-hosted instance?
|
||||||
options:
|
options:
|
||||||
- On ClassQuiz.de
|
- On ClassQuiz.de
|
||||||
- On a self-hosted instance
|
- On a self-hosted instance
|
||||||
validation:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: How can the issue be reproduced?
|
value: How can the issue be reproduced?
|
||||||
validation:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Describe the bug (with screenshots if possible)
|
value: Describe the bug (with screenshots if possible)
|
||||||
validation:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Device
|
label: Device
|
||||||
@@ -36,15 +36,22 @@ body:
|
|||||||
- Tablet
|
- Tablet
|
||||||
- Smartwatch
|
- Smartwatch
|
||||||
- Fridge/Toaster
|
- Fridge/Toaster
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Operating System
|
label: Operating System
|
||||||
placeholder: Windows, Linux, iOS, etc
|
placeholder: Windows, Linux, iOS, etc
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes: Browser
|
attributes:
|
||||||
placeholder: Chrome, Safari, Firefox, etc
|
label: Browser
|
||||||
|
placeholder: Chrome, Safari, Firefox, etc
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: Additional
|
value: Additional
|
||||||
validation:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
Reference in New Issue
Block a user