diff --git a/.github/ISSUE_TEMPLATE/---bug-report.yml b/.github/ISSUE_TEMPLATE/---bug-report.yml index 4865eef0f17..f33e76bf924 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.yml +++ b/.github/ISSUE_TEMPLATE/---bug-report.yml @@ -17,7 +17,6 @@ body: Please describe what happened, with as much pertinent information as you can. Feel free to use markdown syntax. Also, ensure that the issue is not already fixed in the [latest](https://github.com/python-poetry/poetry/releases/latest) Poetry release. - render: "Markdown" validations: required: true @@ -26,7 +25,6 @@ body: label: Workarounds description: | Is there a mitigation or workaround that allows users to avoid the issue today? - render: "Markdown" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/---documentation.yml b/.github/ISSUE_TEMPLATE/---documentation.yml index cabe5085b34..710b4eacda5 100644 --- a/.github/ISSUE_TEMPLATE/---documentation.yml +++ b/.github/ISSUE_TEMPLATE/---documentation.yml @@ -42,6 +42,5 @@ body: label: Description description: | Please describe the feature, with as much pertinent information as you can. Feel free to use markdown syntax. - render: "Markdown" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/---feature-request.yml b/.github/ISSUE_TEMPLATE/---feature-request.yml index cf29f89c91f..442cc4e61b2 100644 --- a/.github/ISSUE_TEMPLATE/---feature-request.yml +++ b/.github/ISSUE_TEMPLATE/---feature-request.yml @@ -31,7 +31,6 @@ body: Please describe the issue, with as much pertinent information as you can. Feel free to use markdown syntax. Also, ensure that the issue is not already fixed in the [development documentation](https://python-poetry.org/docs/main/). - render: "Markdown" validations: required: true @@ -40,7 +39,6 @@ body: label: Impact description: | Please describe the motivation for this issue. Describe, as best you can, how this improves or impacts the users of Poetry and why this is important. - render: "Markdown" validations: required: true @@ -49,6 +47,5 @@ body: label: Workarounds description: | Is there a mitigation, workaround, or addon that allows users to achieve the same functionality today? - render: "Markdown" validations: required: true