Skip to content

Commit 4152f2c

Browse files
committed
refactor: remove unnecessary commands from bug report template
1 parent b24fcff commit 4152f2c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,14 @@ body:
6161
```bash
6262
uname -a
6363
cat /etc/os-release 2>/dev/null || sw_vers 2>/dev/null
64-
uname -m
6564
go version
66-
./emp3r0r -version 2>/dev/null || ./core/emp3r0r -version 2>/dev/null
6765
```
6866
6967
**For Windows:**
7068
```cmd
7169
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
7270
echo %PROCESSOR_ARCHITECTURE%
7371
go version
74-
emp3r0r.exe -version
7572
```
7673
7774
**Additional info (if relevant):** Network setup, virtualization platform, container runtime

0 commit comments

Comments
 (0)