Skip to content

Commit d91aa40

Browse files
committed
Update bug_report.md
Remove unnecessary language and add consistent options Signed-off-by: Anton Whalley <[email protected]>
1 parent 7b9bc38 commit d91aa40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,24 @@ If applicable, add console output to help explain your problem.
3131
Obtained using `npm view llnode version`
3232
- OS Info: [e.g. Linux ub 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux]
3333

34-
Obtained using `uname -a` or on Windows get the important information with `wmic os get OsArchitecture && wmic os get name`
34+
Obtained using `uname -a` or on Windows `wmic os get OsArchitecture && wmic os get name`
3535
- lldb Version [e.g. 14.0.6]
3636

3737
Obtained using `lldb --version`
3838
- Version of node.js [e.g. 16.17.0]
3939

40-
Obtained using `node -v`
40+
Obtained using `node --version`
4141

4242
**Server where the core was dumped (please complete the following information):**
4343
- OS Info: [e.g. Linux ub 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux]
4444

45-
Obtained using `uname -a` or on Windows get the important information with `wmic os get OsArchitecture && wmic os get name`
45+
Obtained using `uname -a` or on Windows `wmic os get OsArchitecture && wmic os get name`
4646
- lldb Version [e.g. 14.0.6]
4747

4848
Obtained using `lldb --version`
4949
- Version of node.js [e.g. 16.17.0]
5050

51-
Obtained using `node -v`
51+
Obtained using `node --version`
5252

5353
**Additional context**
5454
Add any other context about the problem here.

0 commit comments

Comments
 (0)