From 16ea7aadc040d71b730bca6032594fdff9d69e64 Mon Sep 17 00:00:00 2001 From: Thomas Turrell-Croft Date: Tue, 1 Aug 2023 19:05:53 +0100 Subject: [PATCH] Polish GitHub issue templates (#199) --- .github/ISSUE_TEMPLATE/bug-report.yml | 5 ++--- .github/ISSUE_TEMPLATE/enhancement-request.yml | 2 -- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index d6a9d0e8..74bb02cb 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -71,9 +71,8 @@ body: - type: textarea attributes: label: Notes - description: | - Any additional information that might be useful - + description: Any additional information that might be useful + placeholder: | Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: false diff --git a/.github/ISSUE_TEMPLATE/enhancement-request.yml b/.github/ISSUE_TEMPLATE/enhancement-request.yml index fb71bfaf..ecc16216 100644 --- a/.github/ISSUE_TEMPLATE/enhancement-request.yml +++ b/.github/ISSUE_TEMPLATE/enhancement-request.yml @@ -31,8 +31,6 @@ body: label: Notes description: Any other information or screenshots about the enhancement. placeholder: | - Any other information or screenshots about the enhancement. - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: required: false