diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 7bdca2112b2..1d93e0735e5 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -15,12 +15,12 @@ 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 diff --git a/.github/ISSUE_TEMPLATE/crash.md b/.github/ISSUE_TEMPLATE/crash.md index 28d7bfec193..dad3423db03 100644 --- a/.github/ISSUE_TEMPLATE/crash.md +++ b/.github/ISSUE_TEMPLATE/crash.md @@ -13,15 +13,15 @@ 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 diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 669c92adb47..174fd39171d 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -4,6 +4,6 @@ labels: "docs" --- -**Documentation** +# Documentation (A clear and concise description of the issue.) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 635ea43545f..ed051e945f8 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -4,16 +4,16 @@ 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