third_party.pylibs.pylint.src/.github/ISSUE_TEMPLATE/QUESTION.yml
Pierre Sassoulas f17b28e427
Add Github issue forms and densify some templates (#4742)
* Add links in .github/ISSUE_TEMPLATE/config.yml
* Start using github's form in issue template

Closes #4735

* More condensed pull request template
* Cleanup of .github/ISSUE_TEMPLATE/config.yml it's supposed to be contact links
* Add more emojies take setuptools example
* Make the configuration optional in the bug report template
* Add optional additional context in question/support
2021-07-25 19:53:19 +02:00

50 lines
1.5 KiB
YAML

name: 🤔 Support question
description: Questions about pylint that are not covered in the documentation
labels: [question, needs triage, documentation]
body:
- type: markdown
attributes:
value: >
**Thank you for wanting to report a problem with pylint documentation!**
Please fill out your suggestions below. If the problem seems straightforward,
feel free to go ahead and submit a pull request instead!
⚠ Verify first that your issue is not [already reported on GitHub][issue
search].
💬 If you are seeking community support, please consider [starting a discussion
on Discord][Discussions].
[issue search]: https://github.com/PyCQA/pylint/issues?q=is%3Aissue+is%3Aopen+
[Discussions]: https://discord.gg/Egy6P8AMB5
- type: textarea
id: question
attributes:
label: Question
validations:
required: true
- type: textarea
id: documentation
attributes:
label: Documentation for future user
description:
Where did you expect this information to be ? What do we need to add or what do
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.