summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 0bcfa708dbd23ef87af3336052e80a3cbd3888d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
name: Bug report
about: Create a report to help us improve
title: "[BUG] "
labels: ''
assignees: ''
---

<!--
**PLEASE READ THIS FIRST:**
- 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?
  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?
  It might already have what you want to report.
  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.]

**Code to reproduce the behaviour:**
```cython
...
```

**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.10.2]
 - Cython version [e.g. 3.0.0a11]

**Additional context**
[Add any other context about the problem here.]