From 9dac576993b9acd38a53338eb4f38204ccf85964 Mon Sep 17 00:00:00 2001 From: Mirko Date: Fri, 1 May 2020 11:06:41 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 51 ++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..4d4faf6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,51 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + + +**Versions** + +* Python : +* MacOS version : +* XCode Version : +* Cython version : + +**Describe the bug** +// REPLACE ME: A clear and concise description of what the bug is. + +**To Reproduce** +// REPLACE ME: Add your `toolchain.py ....` command or a complete explaination of what you did so We can reproduce your error. + +**Expected behavior** +// REPLACE ME: A clear and concise description of what you expected to happen. + +**Logs** +``` +// REPLACE ME: Paste the build ouput containing the error +``` + +**Screenshots** + + +**Additional context** +Add any other context about the problem here.