Skip to content

Commit

Permalink
gh: remove md rendering in issue template
Browse files Browse the repository at this point in the history
Resolves: #9070
  • Loading branch information
abn committed Feb 29, 2024
1 parent 0266156 commit 99bd74d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/---bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/---documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/---feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

0 comments on commit 99bd74d

Please sign in to comment.