Skip to content

Commit 8cef2f4

Browse files
committed
Enhance issue reporting template
This PR adds a suggestion on the reporting template in github for people to run mac utilities like sw_vers and system_profiler utilities. These utilities produce output like: $ sw_vers ProductName: macOS ProductVersion: 15.3.2 BuildVersion: 24D81 $ system_profiler SPHardwareDataType Hardware: Hardware Overview: Model Name: Mac mini Model Identifier: Mac16,11 Model Number: MCX44LL/A Chip: Apple M4 Pro Total Number of Cores: 12 (8 performance and 4 efficiency) Memory: 24 GB System Firmware Version: 11881.81.4 OS Loader Version: 11881.81.4 ... redacted Signed-off-by: Brent Baude <[email protected]>
1 parent 5bca949 commit 8cef2f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ body:
1515
$ podman version
1616
$ podman info
1717
$ rpm -q podman
18+
19+
If running on Mac or Windows, please be sure to report information about the operating system. In the case of Mac, knowing about the hardware in more detail can be helpful. Consider running the following utilities and redact any personal information:
20+
$ sw_vers
21+
$ system_profiler SPHardwareDataType
1822
- type: textarea
1923
id: description
2024
attributes:

0 commit comments

Comments
 (0)