From 759190d8ba76cbe99dff5e0f4bbac55fcce6e202 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 8 Mar 2021 15:16:56 -0500 Subject: [PATCH] Retain issue body to allow file attachments --- .github/ISSUE_TEMPLATE/bug_report.yaml | 5 +++-- .github/ISSUE_TEMPLATE/documentation_change.yaml | 5 +++-- .github/ISSUE_TEMPLATE/feature_request.yaml | 5 +++-- .github/ISSUE_TEMPLATE/housekeeping.yaml | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 4a44b4192..a83e9b34e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -58,5 +58,6 @@ body: required: true - type: markdown attributes: - value: "### Additional information - You can use the space below to provide any additional information or to attach files." + value: | + ### Additional information + You can use the space below to provide any additional information or to attach files. diff --git a/.github/ISSUE_TEMPLATE/documentation_change.yaml b/.github/ISSUE_TEMPLATE/documentation_change.yaml index a77bc2852..3b2026b34 100644 --- a/.github/ISSUE_TEMPLATE/documentation_change.yaml +++ b/.github/ISSUE_TEMPLATE/documentation_change.yaml @@ -33,5 +33,6 @@ body: required: true - type: markdown attributes: - value: "### Additional information - You can use the space below to provide any additional information or to attach files." + value: | + ### Additional information + You can use the space below to provide any additional information or to attach files. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 616cd93da..efa83b376 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -53,5 +53,6 @@ body: of a new Python package? (Not all new features introduce new dependencies.)" - type: markdown attributes: - value: "### Additional information - You can use the space below to provide any additional information or to attach files." + value: | + ### Additional information + You can use the space below to provide any additional information or to attach files. diff --git a/.github/ISSUE_TEMPLATE/housekeeping.yaml b/.github/ISSUE_TEMPLATE/housekeeping.yaml index 7212ece84..0f466aa24 100644 --- a/.github/ISSUE_TEMPLATE/housekeeping.yaml +++ b/.github/ISSUE_TEMPLATE/housekeeping.yaml @@ -22,5 +22,6 @@ body: required: true - type: markdown attributes: - value: "### Additional information - You can use the space below to provide any additional information or to attach files." + value: | + ### Additional information + You can use the space below to provide any additional information or to attach files.