summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscoder <stefan_ml@behnel.de>2020-07-26 00:32:14 +0200
committerGitHub <noreply@github.com>2020-07-26 00:32:14 +0200
commitb1e381f5ef5056a40f4dcb6c8a99412cdef7f348 (patch)
tree6b703396410a27266c8c54d20b29ebfccc610ca9
parent0a2f0a690a7eda40ee43e4926184ce776897d911 (diff)
downloadcython-b1e381f5ef5056a40f4dcb6c8a99412cdef7f348.tar.gz
Create bug template
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 000000000..03b096f44
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,32 @@
+---
+name: Bug report
+about: Create a report to help us improve
+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.
+-->
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Code to reproduce the behaviour:
+```cython
+```
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Environment (please complete the following information):**
+ - OS: [e.g. Linux, Windows, macOS]
+ - Version [e.g. 0.29.18]
+
+**Additional context**
+Add any other context about the problem here.