From: Alex Waygood Date: Sat, 29 Jul 2023 14:42:44 +0000 (+0100) Subject: Improve the GitHub issue templates (#107150) X-Git-Tag: v3.13.0a1~1141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0dcd27d3a8b8680803510fee59836cd732feb7a;p=thirdparty%2FPython%2Fcpython.git Improve the GitHub issue templates (#107150) Co-authored-by: Ezio Melotti --- diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 1d93e0735e50..737eb6dfebb7 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -5,28 +5,48 @@ labels: "type-bug" --- # 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. +## Checklist + + + +- [ ] I am confident this is a bug in CPython, + not a bug in a third-party project +- [ ] I have searched the CPython issue tracker, + and am confident this bug has not been reported before + +## A clear and concise description of the bug + + + + # Your environment - + - CPython versions tested on: - Operating system and architecture: diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index dad3423db034..a268249d1c1e 100644 --- a/.github/ISSUE_TEMPLATE/crash.md +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -5,29 +5,44 @@ labels: "type-crash" --- # Crash report -Tell us what happened, ideally including a minimal, reproducible example (https://stackoverflow.com/help/minimal-reproducible-example). + + + # Error messages -Enter any relevant error message caused by the crash, including a core dump if there is one. + + + # Your environment - + - CPython versions tested on: - Operating system and architecture: diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index ed051e945f81..7e96bc9df665 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -4,25 +4,47 @@ about: Submit a proposal for a new CPython feature or enhancement labels: "type-feature" --- + + # Feature or enhancement -(A clear and concise description of your proposal.) + + + # Pitch -(Explain why this feature or enhancement should be implemented and how it would be used. - Add examples, if applicable.) + + + # Previous discussion +