|
9 | 9 |
|
10 | 10 | For help or advice on using Python, try one of the following options instead of opening a GitHub issue:
|
11 | 11 |
|
12 |
| - - Posting on [Discourse](https://discuss.python.org/c/users/7) |
| 12 | + - Asking on [Discourse](https://discuss.python.org/c/users/7) or [Stack Overflow](https://stackoverflow.com) |
13 | 13 | - Reading the [Python tutorial](https://docs.python.org/3/tutorial/)
|
14 | 14 | - Emailing [python-list](https://mail.python.org/mailman/listinfo/python-list)
|
15 |
| - - type: checkboxes |
| 15 | +
|
| 16 | + Make sure to also search the [CPython issue tracker](https://github.com/python/cpython/issues?q=is%3Aissue+sort%3Acreated-desc) to check that the bug has not already been reported. |
| 17 | + - type: textarea |
16 | 18 | attributes:
|
17 |
| - label: Checklist |
18 |
| - description: A bug in a third-party project (for example, `pip` or `requests`) should be reported to that project's issue tracker, not CPython |
19 |
| - options: |
20 |
| - - label: I am confident this is a bug in CPython, not a bug in a third-party project |
21 |
| - required: false |
22 |
| - - label: | |
23 |
| - I have searched the [CPython issue tracker](https://github.com/python/cpython/issues?q=is%3Aissue+sort%3Acreated-desc), |
24 |
| - and am confident this bug has not been reported before |
25 |
| - required: false |
| 19 | + label: "Bug description:" |
| 20 | + description: > |
| 21 | + Give a clear and concise description of what happened. |
| 22 | + Include a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) if possible. |
| 23 | + [Copy and paste code where possible rather than using screenshots](https://meta.stackoverflow.com/a/285557/13990016), |
| 24 | + and put any code blocks inside triple backticks. |
| 25 | +
|
| 26 | + value: | |
| 27 | + ```python |
| 28 | + # Add a code block here, if required |
| 29 | + ``` |
| 30 | + validations: |
| 31 | + required: true |
26 | 32 | - type: dropdown
|
27 | 33 | attributes:
|
28 | 34 | label: "CPython versions tested on:"
|
|
47 | 53 | - Other
|
48 | 54 | validations:
|
49 | 55 | required: false
|
50 |
| - - type: input |
51 |
| - attributes: |
52 |
| - label: "Output from running 'python -VV' on the command line:" |
53 |
| - description: If you tested with multiple operating systems or architectures, feel free to provide details in the main bug description. |
54 |
| - validations: |
55 |
| - required: false |
56 |
| - - type: textarea |
57 |
| - attributes: |
58 |
| - label: "A clear and concise description of the bug:" |
59 |
| - description: > |
60 |
| - Tell us what happened. |
61 |
| - Include a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) if possible. |
62 |
| - Put any code blocks inside triple backticks. |
63 |
| -
|
64 |
| - value: | |
65 |
| - ```python |
66 |
| - # Add a code block here, if required |
67 |
| - ``` |
68 |
| - validations: |
69 |
| - required: true |
0 commit comments