summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/other.md
blob: 95aa5153e28265eb44a5adeac95116955930f277 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
name: Other
about: Anything that does not qualify as either "bug" or "feature request". DO NOT post support requests here.
title: ""
labels: ''
assignees: ''

---

<!--
**Note:**
- 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.
  Also see the [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) regarding recent changes.
-->