]> glassweightruler.freedombox.rocks Git - waydroid.git/blob - .github/ISSUE_TEMPLATE/bug_report.yml
Let logcat command terminate in issue template instructions
[waydroid.git] / .github / ISSUE_TEMPLATE / bug_report.yml
1 name: Bug Report
2 description: "Create a report to help us improve."
3 title: "[BUG]"
4
5 body:
6 - type: textarea
7 attributes:
8 label: Describe the bug
9 description: A clear and concise description of what the bug is. Attach screenshots if useful.
10 validations:
11 required: true
12
13 - type: input
14 attributes:
15 label: Waydroid version
16 description: Output of `waydroid --version`
17 placeholder: "Example: 1.4.0"
18 validations:
19 required: true
20
21 - type: dropdown
22 attributes:
23 label: Device
24 options:
25 - Linux Desktop
26 - Linux Smartphone
27 - Halium Smartphone
28 validations:
29 required: true
30
31 - type: input
32 attributes:
33 label: Operating System
34 placeholder: "Example: Ubuntu 20.04 amd64"
35 validations:
36 required: true
37
38 - type: input
39 attributes:
40 label: Kernel version
41 description: Output of `uname --kernel-release`
42 placeholder: "Example: 5.19.0-38-generic"
43 validations:
44 required: true
45
46 - type: input
47 attributes:
48 label: Desktop Environment
49 placeholder: "Example: GNOME 40"
50 validations:
51 required: true
52
53 - type: input
54 attributes:
55 label: GPU
56 placeholder: "Example: AMD Radeon™ RX 5700"
57 validations:
58 required: true
59
60 - type: textarea
61 attributes:
62 label: "Logs"
63 description: Attach the following files
64 value: |
65 /var/lib/waydroid/waydroid.prop
66 /var/lib/waydroid/waydroid_base.prop
67 /var/lib/waydroid/waydroid.log
68 `sudo waydroid shell -- logcat -d | tee logcat.txt`
69 `sudo dmesg | tee dmesg.txt`
70 validations:
71 required: true