From eae7128026b2bab6b0a46073ebe93bc6487ba307 Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Wed, 12 Sep 2018 16:24:45 +0200 Subject: [PATCH] Adds issue template with basic required info --- .github/ISSUE_TEMPLATE.md | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..0ca34059b2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,42 @@ + + +### Versions + +* Python: +* OS: +* Kivy: +* Cython: + +### Description + +// REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect? + +### buildozer.spec + +Command: +```sh +// REPLACE ME: buildozer command ran? e.g. buildozer android debug +``` + +Spec file: +``` +// REPLACE ME: Paste your buildozer.spec file here +``` + +### Logs + +``` +// REPLACE ME: Paste the build ouput containing the error +```