Merge pull request #688 from AndreMiras/feature/issue_template
Adds issue template with basic required info
This commit is contained in:
commit
6b4a3331e3
1 changed files with 40 additions and 0 deletions
40
.github/ISSUE_TEMPLATE.md
vendored
Normal file
40
.github/ISSUE_TEMPLATE.md
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
<!--
|
||||
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://github.com/kivy/buildozer#support
|
||||
|
||||
Before opening a new issue, make sure you do the following:
|
||||
* check that your issue isn't already filed: https://github.com/kivy/buildozer/issues
|
||||
* prepare a short, runnable example that reproduces the issue
|
||||
* make sure to have `log_level = 2` in your `buildozer.spec`
|
||||
* 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:
|
||||
* 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
|
||||
```
|
Loading…
Reference in a new issue