mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix bug in issue templates.
This commit is contained in:
@@ -73,7 +73,7 @@ body:
|
|||||||
id: command_line
|
id: command_line
|
||||||
attributes:
|
attributes:
|
||||||
label: Exact command line used
|
label: Exact command line used
|
||||||
placeholder: `Aaru [command] [parameters]`
|
placeholder: "`Aaru [command] [parameters]`"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/bug_report_image.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report_image.yaml
vendored
@@ -110,7 +110,7 @@ body:
|
|||||||
id: command_line
|
id: command_line
|
||||||
attributes:
|
attributes:
|
||||||
label: Exact command line used
|
label: Exact command line used
|
||||||
placeholder: `Aaru [command] [parameters]`
|
placeholder: "`Aaru [command] [parameters]`"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/bug_report_media.yaml
vendored
2
.github/ISSUE_TEMPLATE/bug_report_media.yaml
vendored
@@ -120,7 +120,7 @@ body:
|
|||||||
id: command_line
|
id: command_line
|
||||||
attributes:
|
attributes:
|
||||||
label: Exact command line used
|
label: Exact command line used
|
||||||
placeholder: `Aaru [command] [parameters]`
|
placeholder: "`Aaru [command] [parameters]`"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
|||||||
Reference in New Issue
Block a user