summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2022-08-10 16:05:59 +0200
committerStefan Behnel <stefan_ml@behnel.de>2022-08-10 16:06:12 +0200
commit278d07603e9ae9ce167f489c3c9855cb424cd5e7 (patch)
tree1aa928071a2037846cd48fde7fb63e50618e8fa9 /.github
parent68ce046a823d8d5efc9572ce6510326972da1864 (diff)
downloadcython-278d07603e9ae9ce167f489c3c9855cb424cd5e7.tar.gz
Update the GH issue template to hint more at trying out 3.0 first.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md25
1 files changed, 13 insertions, 12 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index be0b183dc..0bcfa708d 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -4,7 +4,6 @@ about: Create a report to help us improve
title: "[BUG] "
labels: ''
assignees: ''
-
---
<!--
@@ -12,28 +11,30 @@ assignees: ''
- DO NOT use the bug and feature tracker for general questions and support requests.
Use the `cython-users` mailing list instead.
It has a wider audience, so you get more and better answers.
-- Did you search for similar issues already?
+- Did you search for SIMILAR ISSUES already?
Please do, it helps to save us precious time that we otherwise could not invest into development.
-- Did you try the latest master branch or pre-release?
+- Did you try the LATEST MASTER BRANCH or pre-release?
It might already have what you want to report.
- Also see the [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) regarding recent changes.
+ Specifically, the legacy stable 0.29.x release series receives only important low-risk bug fixes.
+ Also see the Changelog regarding recent changes:
+ https://github.com/cython/cython/blob/master/CHANGES.rst
-->
**Describe the bug**
-A clear and concise description of what the bug is.
+[A clear and concise description of what the bug is.]
-**To Reproduce**
-Code to reproduce the behaviour:
+**Code to reproduce the behaviour:**
```cython
+...
```
-**Expected behavior**
-A clear and concise description of what you expected to happen.
+**Expected behaviour**
+[A clear and concise description of what you expected to happen.]
**Environment (please complete the following information):**
- OS: [e.g. Linux, Windows, macOS]
- - Python version [e.g. 3.8.4]
- - Cython version [e.g. 0.29.18]
+ - Python version [e.g. 3.10.2]
+ - Cython version [e.g. 3.0.0a11]
**Additional context**
-Add any other context about the problem here.
+[Add any other context about the problem here.]