diff --git a/.github/ISSUE_TEMPLATE/bug_report_general.yaml b/.github/ISSUE_TEMPLATE/bug_report_general.yaml index 6507c86d1..63c610686 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_general.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_general.yaml @@ -73,7 +73,7 @@ body: id: command_line attributes: label: Exact command line used - placeholder: `Aaru [command] [parameters]` + placeholder: "`Aaru [command] [parameters]`" validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug_report_image.yaml b/.github/ISSUE_TEMPLATE/bug_report_image.yaml index b27b51e58..db562da16 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_image.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_image.yaml @@ -110,7 +110,7 @@ body: id: command_line attributes: label: Exact command line used - placeholder: `Aaru [command] [parameters]` + placeholder: "`Aaru [command] [parameters]`" validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/bug_report_media.yaml b/.github/ISSUE_TEMPLATE/bug_report_media.yaml index 3cfe8e871..b6c2075ee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_media.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report_media.yaml @@ -120,7 +120,7 @@ body: id: command_line attributes: label: Exact command line used - placeholder: `Aaru [command] [parameters]` + placeholder: "`Aaru [command] [parameters]`" validations: required: true - type: textarea