Skip to content

Commit 2c3a821

Browse files
committed
Update bug report template
1 parent e97fd05 commit 2c3a821

1 file changed

Lines changed: 43 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/01-bug-report.yml

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ body:
88
value: |
99
This is a bug tracker of the PRoot Distro - a helper script for PRoot to manage distribution installations. Please use it accordingly to selected ticket type.
1010
11-
> [!IMPORTANT]
12-
> We may request extensive set of information that will help us to determine whether bug is real or happens because of user mistakes: unsupported Termux release, usage of virtual Android such as VMOS/F1VM/VPhoneGaGa/VPhoneApp, custom proot executable, weird Termux configurations, etc. We will close the ticket if you refuse to collaborate.
11+
You acknowledge that false or incomplete information will make debugging impossible and you agree to collaborate with maintainers. We may request specific details or to run commands to get more information about the issue.
1312
- type: textarea
1413
attributes:
1514
label: Problem description
@@ -27,3 +26,45 @@ body:
2726
- type: textarea
2827
attributes:
2928
label: What is the expected behavior?
29+
- type: input
30+
attributes:
31+
label: Android OS version
32+
description: |
33+
Android version number (e.g. 7.0). Newer Android OS could be restrictive than older version, but older versions have less features. All of that affects the proot work.
34+
validations:
35+
required: true
36+
- type: input
37+
attributes:
38+
label: Kernel information (uname -a)
39+
description: |
40+
Put here a complete output of `uname -a`.
41+
validations:
42+
required: true
43+
- type: input
44+
attributes:
45+
label: PRoot-Distro version
46+
description: |
47+
Put here information from `apt show proot-distro` or from `proot-distro help` version footer.
48+
validations:
49+
required: true
50+
- type: input
51+
attributes:
52+
label: PRoot version
53+
description: |
54+
Put here information from `apt show proot`.
55+
validations:
56+
required: true
57+
- type: input
58+
attributes:
59+
label: PRoot executable SHA-256
60+
description: |
61+
Put here output of `sha256sum $(command -v proot)`. This will help us to understand whether you use authentic build of proot for Termux.
62+
validations:
63+
required: true
64+
- type: input
65+
attributes:
66+
label: Termux application version
67+
description: |
68+
Full version information about Termux app. Tell whether this is Play Store build, F-Droid or something else. Put value 'PC' if you run proot-distro on a genuine Linux host and not on Termux.
69+
validations:
70+
required: true

0 commit comments

Comments
 (0)