Fix bug in issue templates.

This commit is contained in:
2021-10-18 14:49:15 +01:00
parent 5a792be6b0
commit 3131f20fc2
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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