From 3131f20fc24d552e9bca6118b4e5ca4825522af7 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Mon, 18 Oct 2021 14:49:15 +0100 Subject: [PATCH] Fix bug in issue templates. --- .github/ISSUE_TEMPLATE/bug_report_general.yaml | 2 +- .github/ISSUE_TEMPLATE/bug_report_image.yaml | 2 +- .github/ISSUE_TEMPLATE/bug_report_media.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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