docs: make form inputs required

This commit is contained in:
oSumAtrIX 2022-07-26 19:27:01 +02:00
parent 27d28600df
commit 17a291f430
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -30,12 +30,14 @@ body:
description: Add the steps to reproduce this bug including your environment.
placeholder: Step 1. Download some files. Step 2. ...
validations:
required: false
required: true
- type: textarea
attributes:
label: Relevant log output
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
render: shell
validations:
required: true
- type: textarea
attributes:
label: Screenshots or videos
@ -48,7 +50,7 @@ body:
label: Solution
description: If applicable, add a possible solution.
validations:
required: false
required: true
- type: textarea
attributes:
label: Additional context