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
This Bug report is only for the internal testing builds. If you are not on the list, or didn't seek one out deliberately, you should use the generic Bug Report. :hugs:
11
+
12
+
Please provide as much detail as possible so we can efficiently reproduce the issue.
13
+
14
+
- type: input
15
+
id: contact
16
+
attributes:
17
+
label: Contact Details
18
+
description: How can we get in touch with you if we need more info?
On which hardware device (Node) did you encounter the bug?
93
+
validations:
94
+
required: true
95
+
96
+
- type: input
97
+
id: firmware-version
98
+
attributes:
99
+
label: Affected node firmware version
100
+
placeholder: "x.x.x"
101
+
description: "Which Meshtastic firmware version did you encounter the bug?"
102
+
validations:
103
+
required: true
104
+
105
+
- type: textarea
106
+
id: steps-to-reproduce
107
+
attributes:
108
+
label: Steps to reproduce the bug
109
+
description: |
110
+
What did you do for the bug to show up?
111
+
112
+
If you can't cause the bug to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the bug.
113
+
placeholder: |
114
+
1. Go to '...'
115
+
2. Press on '....'
116
+
3. Swipe down to '....'
117
+
validations:
118
+
required: true
119
+
120
+
- type: textarea
121
+
id: actual-behavior
122
+
attributes:
123
+
label: Actual behavior
124
+
description: |
125
+
Tell us what happens with the steps given above.
126
+
127
+
- type: textarea
128
+
id: expected-behavior
129
+
attributes:
130
+
label: Expected behavior
131
+
description: |
132
+
Tell us what you expect to happen.
133
+
134
+
- type: textarea
135
+
id: screen-media
136
+
attributes:
137
+
label: Screenshots/Screen recordings
138
+
description: |
139
+
A picture or video is worth a thousand words.
140
+
Provide as much context as possible so we know what we are looking at.
141
+
142
+
Add screenshots or a screen recording to help explain your problem, provide detailed context to help us know what to look for.
143
+
GitHub supports uploads of images and (small) videos directly in the text box.
144
+
145
+
- type: textarea
146
+
id: logs
147
+
attributes:
148
+
label: Relevant log output
149
+
description: |
150
+
Logs help us to diagnose and reproduce issues, particularly when they are unique to your setup.
151
+
Depending on the issue, the following logs may be useful:
152
+
- App logs: This will help with most issues. If possible, provide the relevant output of:
153
+
`adb logcat -d | grep com.geeksville.mesh`
154
+
- Mesh logs: UI issues, communication issues etc.
155
+
- ` App > Settings > Advanced > Debug Panel > Export specific / export all `
156
+
- Broader Android logs: Potentially useful if the issue goes beyond the app (connections, network etc.)
157
+
`adb logcat -d`
158
+
- Firmware logs: Useful for all connection issues with nodes
159
+
- These are piped to the USB serial port on the node, the most foolproof is to use the 'open serial' button on the web-flasher interface, and then save the output.
160
+
- The app needs to be connecting to the node via Bluetooth or Network for this to work.
161
+
render: shell
162
+
163
+
- type: textarea
164
+
id: additional-information
165
+
attributes:
166
+
label: Additional information
167
+
description: |
168
+
Any other information you'd like to include, for instance that
169
+
* the affected device is foldable or a TV
170
+
* you have disabled all animations on your device or otherwise changed system settings
171
+
* you are using battery optimization or power saving mode
172
+
* you are using a custom Android ROM or launcher
173
+
* your ferret chewed your antennas
174
+
* you are using a VPN
175
+
* you live in a faraday cage
176
+
* you dismissed all popups telling you not to do things you shouldn't do without reading them
0 commit comments