mirror of
https://github.com/revanced/revanced-integrations.git
synced 2025-02-08 18:16:51 +01:00
docs: make form inputs required
This commit is contained in:
parent
27d28600df
commit
17a291f430
6
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
6
.github/ISSUE_TEMPLATE/bug-issue.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user