You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report abnormal software behavior (please read all instructions before submitting)
3
+
title: "[Bug] "
4
+
labels: ["bug"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
**Important Notes:**
10
+
- First search [all issues](https://github.com/Cateners/tiny_computer/issues?q=is%3Aissue). **Duplicate reports will be closed immediately**
11
+
- Every requirement in this template has its specific purpose. Please complete all fields
12
+
13
+
- type: input
14
+
id: device
15
+
attributes:
16
+
label: "Device Model"
17
+
description: |
18
+
**Why is this needed?**
19
+
Many bugs are device-specific, such as:
20
+
- Samsung OneUI 7 incompatible with v1.0.23 and below (issue #303)
21
+
- HarmonyOS 4 missing wireless debugging option
22
+
placeholder: "Brand + specific model"
23
+
validations:
24
+
required: true
25
+
26
+
- type: input
27
+
id: os-version
28
+
attributes:
29
+
label: "Operating System Version"
30
+
description: |
31
+
**Why is this needed?**
32
+
Compatibility varies across Android versions
33
+
placeholder: "Full OS name + version number"
34
+
validations:
35
+
required: true
36
+
37
+
- type: input
38
+
id: app-version
39
+
attributes:
40
+
label: "Tiny Computer Version"
41
+
description: |
42
+
**Why is this needed?**
43
+
1. Old version issues may have been fixed in newer releases (always use the latest version)
44
+
2. Different desktop environments (XFCE/LXQT/GXDE) may behave differently
45
+
**If not using the latest version, be prepared for your issue to be ignored**
46
+
placeholder: "Version number + desktop environment (e.g., v1.0.23 GXDE)"
47
+
validations:
48
+
required: true
49
+
50
+
- type: dropdown
51
+
id: is-latest
52
+
attributes:
53
+
label: "Is this the latest version?"
54
+
options:
55
+
- "Yes"
56
+
- "No"
57
+
validations:
58
+
required: true
59
+
60
+
- type: textarea
61
+
id: why-not-latest
62
+
attributes:
63
+
label: "If not latest version, explanation is mandatory"
64
+
placeholder: "Explain in detail..."
65
+
66
+
- type: textarea
67
+
id: steps
68
+
attributes:
69
+
label: "Steps to reproduce the issue"
70
+
description: |
71
+
**Why detailed steps?**
72
+
Linux offers extreme flexibility where any operation may affect results, such as:
73
+
- Did you run with sudo?
74
+
- Modified environment variables?
75
+
- Installed third-party dependencies?
76
+
placeholder: "Maybe start from launching the application..."
77
+
validations:
78
+
required: true
79
+
80
+
- type: textarea
81
+
id: logs
82
+
attributes:
83
+
label: "Provide terminal screenshots or other relevant information"
84
+
description: |
85
+
**Why is this needed?**
86
+
Text descriptions might omit critical details
87
+
placeholder: "Paste log text or drag images here..."
88
+
validations:
89
+
required: true
90
+
91
+
- type: markdown
92
+
attributes:
93
+
value: |
94
+
**Issue Priority Explanation:**
95
+
This software's primary purpose is running PC-level applications like WPS, CAJ Viewer, and Edraw Max. Issues related to these applications will receive priority. Other issues will be handled case-by-case (limited by time and capabilities...). Unresolved issues will remain open for community visibility - maybe someone has a better solution!
description: "Please confirm first: Will this feature significantly improve the user experience of Tiny Computer?"
3
+
title: "[Feature] "
4
+
labels: ["enhancement"]
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
**Important Notes:**
10
+
- Please search [all issues](https://github.com/Cateners/tiny_computer/issues?q=is%3Aissue) first. **Duplicate submissions will be closed directly**
11
+
12
+
- type: textarea
13
+
id: rationale
14
+
attributes:
15
+
label: "Must specify usage scenarios and value"
16
+
description: |
17
+
**Why is this needed? (User research data or screenshot statistics are preferred. Avoid subjective descriptions.)**
18
+
Due to limited resources, I'm more likely to adopt valuable and easily implementable features. Unaddressed issues will remain visible for community solutions!
0 commit comments