Skip to content

Commit

Permalink
gh: tweak issue templates for wrapping issues
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted authored and abn committed Feb 26, 2024
1 parent 2fb261c commit 37f5921
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/---bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,15 @@ body:
value: |
Thank you for taking the time to file a complete bug report.
Before submitting your issue, please review the [Before submitting a bug report](https://python-poetry.org/docs/contributing/#before-submitting-a-bug-report)
section of our documentation.
Before submitting your issue, please review the [Before submitting a bug report](https://python-poetry.org/docs/contributing/#before-submitting-a-bug-report) section of our documentation.
- type: textarea
attributes:
label: Description
description: |
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.
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 Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/---documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ body:
value: |
Thank you for taking the time to file a complete bug report.
Before submitting your issue, please review the [Suggesting enhancements](https://python-poetry.org/docs/contributing/#suggesting-enhancements)
section of our documentation.
Before submitting your issue, please review the [Suggesting enhancements](https://python-poetry.org/docs/contributing/#suggesting-enhancements) section of our documentation.
- [ ] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- [ ] I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe that my question is not already covered.
Please also confirm the following:
- I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- I have searched the [FAQ](https://python-poetry.org/docs/faq/) and general [documentation](https://python-poetry.org/docs/) and believe that my question is not already covered.
- type: dropdown
attributes:
Expand Down
6 changes: 2 additions & 4 deletions .github/ISSUE_TEMPLATE/---feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ body:
value: |
Thank you for taking the time to file a complete bug report.
Before submitting your issue, please search [issues](https://github.com/python-poetry/poetry/issues) to ensure
this is not a duplicate.
Before submitting your issue, please search [issues](https://github.com/python-poetry/poetry/issues) to ensure this is not a duplicate.
If the issue is trivial, why not submit a pull request instead?
Expand Down Expand Up @@ -40,8 +39,7 @@ body:
attributes:
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.
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 Down

0 comments on commit 37f5921

Please sign in to comment.