From 0283e202267209886dd1e8206948dbbcbc99d71e Mon Sep 17 00:00:00 2001 From: Laurent Vaylet Date: Fri, 17 Nov 2023 17:47:49 +0100 Subject: [PATCH] chore: fix bug with screenshot input in issue templates (#391) * chore: fix bug with screenshot input in issue template * chore: fix bug with screenshot input in issue template * chore: fix yaml syntax * chore: fix yaml syntax --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 5 +---- .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 377249ca..1f5b7e46 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -48,10 +48,7 @@ body: id: screenshot attributes: label: "Screenshots" - description: If applicable, add screenshots to help explain your problem. - value: | - ![DESCRIPTION](LINK.png) - render: bash + description: If applicable, add screenshots to help explain your problem. Paste images in the text area, or use the `![DESCRIPTION](LINK.png)` syntax. validations: required: false - type: textarea diff --git a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml index 399023a7..018deb78 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml @@ -25,10 +25,7 @@ body: id: screenshot attributes: label: "Screenshots" - description: If applicable, add screenshots to help explain your problem. - value: | - ![DESCRIPTION](LINK.png) - render: bash + description: If applicable, add screenshots to help explain your problem. Paste images in the text area, or use the `![DESCRIPTION](LINK.png)` syntax. validations: required: false - type: textarea