Skip to content

Commit

Permalink
Add optional additional context in question/support
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Jul 25, 2021
1 parent 203c2ce commit 07cf835
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
6 changes: 5 additions & 1 deletion .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Expand Up @@ -7,7 +7,11 @@ body:
value: |
**Thank you for wanting to report a bug in pylint!**
⚠ Please make sure that this issue wasn't already requested, or already implemented in the main branch.
⚠ Please make sure that this [issue wasn't already requested][issue search], or already implemented in the main branch.
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
- type: textarea
id: what-happened
attributes:
Expand Down
8 changes: 6 additions & 2 deletions .github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Expand Up @@ -8,7 +8,11 @@ body:
**Thank you for wanting to make a suggestion for pylint!**
Please make sure that this feature wasn't already requested or already implemented in the main branch.
Please make sure that [this feature wasn't already requested][issue search] or already implemented in the main branch.
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
- type: textarea
id: current-problem
attributes:
Expand All @@ -31,7 +35,7 @@ body:
required: true
- type: textarea
attributes:
label: Additional context
label: (Additional context)
description: >
Add any other context, links, etc. about the feature here. Describe how the
feature would be used, why it is needed and what it would solve.
Expand Down
14 changes: 10 additions & 4 deletions .github/ISSUE_TEMPLATE/QUESTION.yml
Expand Up @@ -15,17 +15,14 @@ body:
⚠ Verify first that your issue is not [already reported on GitHub][issue
search].
If you are seeking community support, please consider [starting a
discussion][Discussions].
Thank you for your collaboration!
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
[Discussions]: https://discord.gg/Egy6P8AMB5
- type: textarea
id: question
attributes:
Expand All @@ -41,3 +38,12 @@ body:
we need to reorganize ?
validations:
required: true
- type: textarea
attributes:
label: (Additional context)
description: >
Add any other context, links, etc. about the question here.
placeholder: >-
I asked on https://stackoverflow.com/... and the community advised me to do X, Y
and Z.

0 comments on commit 07cf835

Please sign in to comment.