summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE/other.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/other.md')
-rw-r--r--.github/ISSUE_TEMPLATE/other.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/other.md b/.github/ISSUE_TEMPLATE/other.md
new file mode 100644
index 000000000..95aa5153e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/other.md
@@ -0,0 +1,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.
+-->