Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ labels: "type-bug"
your problem has already been reported
-->

**Bug report**
# Bug report

A clear and concise description of what the bug is.
Include a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example), if possible.

**Your environment**
# Your environment

<!-- Include as many relevant details as possible about the environment you experienced the bug in -->

Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/crash.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ labels: "type-crash"
For CPython, a "crash" is when Python itself fails, leading to a traceback in the C stack.
-->

**Crash report**
# Crash report

Tell us what happened, ideally including a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example).

**Error messages**
# Error messages

Enter any relevant error message caused by the crash, including a core dump if there is one.

**Your environment**
# Your environment

<!-- Include as many relevant details as possible about the environment you experienced the bug in -->

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ about: Report a problem with the documentation
labels: "docs"
---

**Documentation**
# Documentation

(A clear and concise description of the issue.)
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ about: Submit a proposal for a new CPython feature or enhancement
labels: "type-feature"
---

**Feature or enhancement**
# Feature or enhancement

(A clear and concise description of your proposal.)

**Pitch**
# Pitch

(Explain why this feature or enhancement should be implemented and how it would be used.
Add examples, if applicable.)

**Previous discussion**
# Previous discussion

<!--
New features to Python should first be discussed elsewhere before creating issues on GitHub,
Expand Down