From 0342e9c452747287d3b9c0de40a6b1c7c436be9a Mon Sep 17 00:00:00 2001 From: dessant Date: Wed, 18 Jan 2017 22:47:23 +0200 Subject: [PATCH] add github issue template --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 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 000000000..1a971bc22 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ + + +### Description + +// REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect? + +### Code and Logs + +```python +// REPLACE ME: Paste your code and logs here, a template can be found at https://git.io/vM1id. + +``` + +### Versions + +* Kivy: +* Python: +* OS: