Skip to content

Commit 37f0b5c

Browse files
authored
Merge pull request #1370 from AndreMiras/feature/issue_template
Adds issue template with basic required info
2 parents b9ae628 + eae7128 commit 37f0b5c

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!--
2+
The issue tracker is a tool to address bugs.
3+
Please use the #kivy IRC channel on freenode or Stack Overflow for
4+
support questions, more information at https://github.com/kivy/python-for-android#support
5+
6+
Before opening a new issue, make sure you do the following:
7+
* check that your issue isn't already filed: https://github.com/kivy/python-for-android/issues
8+
* prepare a short, runnable example that reproduces the issue
9+
* make sure to have `log_level = 2` in your `buildozer.spec`
10+
* reproduce the problem with the latest development version (`p4a.branch = master`)
11+
* double-check that the issue is indeed a bug and not a support request
12+
* please use backticks to format code or logs
13+
-->
14+
15+
### Versions
16+
17+
* Python:
18+
* OS:
19+
* Kivy:
20+
* Cython:
21+
22+
### Description
23+
24+
// REPLACE ME: What are you trying to get done, what has happened, what went wrong, and what did you expect?
25+
26+
### buildozer.spec
27+
28+
Command:
29+
```sh
30+
// REPLACE ME: buildozer command ran? e.g. buildozer android debug
31+
```
32+
33+
Spec file:
34+
```
35+
// REPLACE ME: Paste your buildozer.spec file here
36+
```
37+
38+
### Logs
39+
40+
```
41+
// REPLACE ME: Paste the build ouput containing the error
42+
```

0 commit comments

Comments
 (0)