1
1
<!--
2
- The issue tracker is a tool to address bugs.
3
- Please use the Disord community or Stack Overflow for support questions,
2
+ The issue tracker is a tool to address bugs NOT a support platform .
3
+ Please use the Discord community or Stack Overflow for support questions,
4
4
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
5
-->
14
6
7
+ ### Checklist
8
+
9
+ - [ ] the issue is indeed a bug and not a support request
10
+ - [ ] issue doesn't already exist: https://github.com/kivy/python-for-android/issues
11
+ - [ ] I have a short, runnable example that reproduces the issue
12
+ - [ ] I reproduced the problem with the latest development version (` p4a.branch = develop ` )
13
+ - [ ] I used the grave accent (aka backticks) to format code or logs when appropriated
14
+
15
15
### Versions
16
16
17
- * Python:
18
- * OS:
19
- * Kivy:
20
- * Cython:
17
+ - Python:
18
+ - OS:
19
+ - Kivy:
20
+ - Cython:
21
+ - OpenJDK:
21
22
22
23
### Description
23
24
@@ -28,6 +29,7 @@ Before opening a new issue, make sure you do the following:
28
29
Command:
29
30
``` sh
30
31
// REPLACE ME: buildozer command ran? e.g. buildozer android debug
32
+ // Keep the triple grave accent (aka backquote/backtick) to have the code formatted
31
33
```
32
34
33
35
Spec file:
@@ -38,5 +40,6 @@ Spec file:
38
40
### Logs
39
41
40
42
```
41
- // REPLACE ME: Paste the build ouput containing the error
43
+ // REPLACE ME: Paste the build output containing the error
44
+ // Keep the triple grave accent (a.k.a. backquote/backtick) to have the code formatted
42
45
```
0 commit comments