kivy/.github/ISSUE_TEMPLATE.md

30 lines
872 B
Markdown

<!--
The issue tracker is a tool to address bugs.
Please use the #support Discord channel at https://chat.kivy.org/ 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
-->
### Versions
* Python:
* OS:
* Kivy:
* Kivy installation method:
### 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.
```