Merge pull request #4934 from kivy/gh-template

Github issue template
This commit is contained in:
matham 2017-01-18 18:30:06 -05:00 committed by GitHub
commit 48dcb73783
2 changed files with 29 additions and 0 deletions

29
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,29 @@
<!--
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
-->
### 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.
```