2023-08-14 19:37:27 -03:00
name : Bug report
description : Submit a bug report
labels : [ "type-bug" ]
body :
- type : markdown
attributes :
value : |
**New to Python?**
For help or advice on using Python, try one of the following options instead of opening a GitHub issue :
2023-09-05 05:01:30 -03:00
- Asking on [Discourse](https://discuss.python.org/c/users/7) or [Stack Overflow](https://stackoverflow.com)
2023-08-14 19:37:27 -03:00
- Reading the [Python tutorial](https://docs.python.org/3/tutorial/)
- Emailing [python-list](https://mail.python.org/mailman/listinfo/python-list)
2023-09-05 05:01:30 -03:00
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.
- type : textarea
2023-08-14 19:37:27 -03:00
attributes :
2023-09-05 05:01:30 -03:00
label : "Bug description:"
description : >
Give a clear and concise description of what happened.
Include a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) if possible.
[ Copy and paste code where possible rather than using screenshots](https://meta.stackoverflow.com/a/285557/13990016),
and put any code blocks inside triple backticks.
value : |
```python
# Add a code block here, if required
```
validations :
required : true
2023-08-14 19:37:27 -03:00
- type : dropdown
attributes :
label : "CPython versions tested on:"
multiple : true
options :
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
2023-10-19 13:52:56 -03:00
- "3.13"
2023-08-14 19:37:27 -03:00
- "CPython main branch"
validations :
required : true
- type : dropdown
attributes :
label : "Operating systems tested on:"
multiple : true
options :
- Linux
- macOS
- Windows
- Other
validations :
required : false