Skip to content

Commit d29d606

Browse files
committed
Update bug_report.md
Consistent capitalisation in titles and additional instructions based on feedback from @cclauss Signed-off-by: Anton Whalley <anton@venshare.com>
1 parent 167d797 commit d29d606

1 file changed

Lines changed: 30 additions & 15 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,45 @@ assignees: ''
1010
**Describe the bug**
1111
A clear and concise description of what the bug is.
1212

13-
**To Reproduce**
13+
**To reproduce**
1414
Steps to reproduce the behavior:
15-
1 Loaded core with llnode node/location -c core/location
16-
2. Ran command v8 '...'
17-
3. See error
15+
16+
1. Loaded core with llnode node/location -c core/location
17+
18+
2. Ran command v8 '...'
19+
20+
3. See error
1821

1922
**Expected behavior**
2023
A clear and concise description of what you expected to happen.
2124

22-
**console output**
25+
**Console output**
2326
If applicable, add console output to help explain your problem.
2427

25-
**Local Environment (please complete the following information):**
26-
- Version of llnode [e.g. v4.0.0]
27-
- OS: [e.g. Ubuntu 18.04 LTS]
28-
- lldb Version [e.g. 14.0.6]
29-
- Version of node.js [e.g. 16.17.0]
30-
- CPU Arch [e.g. x86-64]
28+
**Local environment (please complete the following information):**
29+
- Version of llnode [e.g. 4.0.0]
30+
31+
Obtained using `npm view llnode version`
32+
- 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]
33+
34+
Obtained using `uname -a`
35+
- lldb Version [e.g. 14.0.6]
36+
37+
Obtained using `lldb --version`
38+
- Version of node.js [e.g. 16.17.0]
39+
40+
Obtained using `node -v`
3141

3242
**Server where the core was dumped (please complete the following information):**
33-
- OS: [e.g. Ubuntu 18.04 LTS]
34-
- lldb Version [e.g. 14.0.6]
35-
- Version of node.js [e.g. 16.17.0]
36-
- CPU Arch [e.g. x86-64]
43+
- 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]
44+
45+
Obtained using `uname -a`
46+
- lldb Version [e.g. 14.0.6]
47+
48+
Obtained using `lldb --version`
49+
- Version of node.js [e.g. 16.17.0]
50+
51+
Obtained using `node -v`
3752

3853
**Additional context**
3954
Add any other context about the problem here.

0 commit comments

Comments
 (0)