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.
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user