kivy/.github/ISSUE_TEMPLATE.md

30 lines
851 B
Markdown
Raw Normal View History

2017-01-18 20:47:23 +00:00
<!--
The issue tracker is a tool to address bugs.
Please use the #kivy IRC channel on freenode or Stack Overflow for
support questions, more information at https://git.io/vM1yQ.
Before opening a new issue, make sure you do the following:
* check that your issue isn't already filed: https://git.io/vM1iE
* prepare a short, runnable example that reproduces the issue
* reproduce the problem with the latest development version of Kivy
* double-check that the issue is indeed a bug and not a support request
-->
2017-01-18 23:29:50 +00:00
### Versions
* Python:
* OS:
* Kivy:
* Kivy installation method:
2017-01-18 20:47:23 +00:00
### 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.
```