🐛 Fixeed issue_form #1
This commit is contained in:
@@ -14,17 +14,17 @@ body:
|
||||
options:
|
||||
- On ClassQuiz.de
|
||||
- On a self-hosted instance
|
||||
validation:
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: How can the issue be reproduced?
|
||||
validation:
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Describe the bug (with screenshots if possible)
|
||||
validation:
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
attributes:
|
||||
@@ -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
|
||||
attributes:
|
||||
label: Browser
|
||||
placeholder: Chrome, Safari, Firefox, etc
|
||||
validations:
|
||||
required: true
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: Additional
|
||||
validation:
|
||||
validations:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user