From d0dcd27d3a8b8680803510fee59836cd732feb7a Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Sat, 29 Jul 2023 15:42:44 +0100 Subject: Improve the GitHub issue templates (#107150) Co-authored-by: Ezio Melotti --- .github/ISSUE_TEMPLATE/bug.md | 40 +++++++++++++++++++++++++++++---------- .github/ISSUE_TEMPLATE/crash.md | 33 +++++++++++++++++++++++--------- .github/ISSUE_TEMPLATE/feature.md | 38 +++++++++++++++++++++++++++++-------- 3 files changed, 84 insertions(+), 27 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 1d93e07..737eb6d 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 dad3423..a268249 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 ed051e9..7e96bc9 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 + -- cgit v0.12