summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/QUESTION.yml
blob: 4af829fa38172a5db39649bb98a4273b0aef521d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: 🤔 Support question
description: Questions about pylint that are not covered in the documentation
labels: ["Needs triage :inbox_tray:", "Question", "Documentation :green_book:"]
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.com/invite/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.