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.