summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscoder <stefan_ml@behnel.de>2020-07-26 00:37:57 +0200
committerGitHub <noreply@github.com>2020-07-26 00:37:57 +0200
commitbccdd77fce14f18c1939be44431632dd7a031926 (patch)
tree5cc2b3a7824795a1f3b42e448da1f415abfd6031
parentb1e381f5ef5056a40f4dcb6c8a99412cdef7f348 (diff)
downloadcython-bccdd77fce14f18c1939be44431632dd7a031926.tar.gz
Update issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md1
-rw-r--r--.github/ISSUE_TEMPLATE/custom.md21
2 files changed, 22 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 03b096f44..9a6f42a8e 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -11,6 +11,7 @@ assignees: ''
**Note:**
- Do not use the bug and feature tracker for support requests. Use the `cython-users` mailing list instead.
- 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.
-->
**Describe the bug**
diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md
new file mode 100644
index 000000000..72b1e2363
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/custom.md
@@ -0,0 +1,21 @@
+---
+name: Custom issue template
+about: General issue
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+<!--
+**Note:**
+- Do not use the bug and feature tracker for support requests. Use the `cython-users` mailing list instead.
+- 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.
+-->
+
+```cython
+# descriptive code example
+```
+
+Cython version used: (e.g. 0.29.18)