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