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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report-for-everything-except-build-errors.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,23 @@ assignees: ''
7
7
8
8
---
9
9
10
+
## Before filing a bug report
11
+
12
+
**⚠️ Check if your issue is already fixed in master!**
13
+
14
+
1. Get your Heads version from the running system: go to **Options → System Information** and note the full version string (including git commit hash).
15
+
2. Compare your version with the current [Heads master branch](https://github.com/linuxboot/heads/commits/master). You can check the diff at:
- If the bug is already fixed in master, **please upgrade** to the latest release instead of filing a report.
18
+
- If you received your device from a vendor (Nitrokey, Insurgo, Purism, etc.) and the fix is in master but not in their release, **please file the bug with your vendor** so they can do a bugfix release.
19
+
20
+
---
21
+
10
22
## Please identify some basic details to help process the report
11
23
12
24
### A. Provide Hardware Details
13
25
14
-
1. What board are you using? (Choose from the list of boards [here](https://github.com/eganonoa/heads/tree/master/boards))
26
+
1. What board are you using? (Choose from the list of boards [here](https://github.com/linuxboot/heads/tree/master/boards))
15
27
16
28
2. Does your computer have a dGPU or is it iGPU-only?
17
29
-[ ] dGPU (Distinct GPU other then internal GPU)
@@ -87,8 +99,9 @@ assignees: ''
87
99
-[ ] Heads:Master
88
100
-[ ] Other (please identify)
89
101
90
-
4. What version of coreboot did you use in building?
91
-
{ You can find this information from github commit ID or once flashed, by giving the complete version from Sytem Information under Options --> menu}
102
+
4. What version of Heads/coreboot are you running?
103
+
- Navigate to **Options → System Information** on the running device and paste the **full version string** here (including the git commit hash).
104
+
- Alternatively, provide the GitHub commit ID if building from source.
92
105
93
106
5. In building the rom, where did you get the blobs?
94
107
-[ ] No blobs required
@@ -100,6 +113,13 @@ assignees: ''
100
113
101
114
## Please describe the problem
102
115
116
+
**⚠️ Debug traces are required for all bug reports!**
117
+
118
+
Before filling in the details below, please capture debug/trace output from Heads. Follow the instructions at:
0 commit comments