Skip to content

Commit 15159f2

Browse files
Keen Yee Liauayazhafiz
authored andcommitted
fix: newline missing in issue template (#453)
Markdown file requires either two trailing spaces or a newline in order for the sentence to appear in a newline. vscode automatically removed trailing whitespace in the previous commit.
1 parent 60eceb7 commit 15159f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,34 @@ assignees: ''
77
---
88

99
**Describe the bug**
10+
1011
A clear and concise description of what the bug is.
1112

1213
**To Reproduce**
14+
1315
Steps to reproduce the behavior:
1416
1. Go to '...'
1517
2. Click on '....'
1618
3. Scroll down to '....'
1719
4. See error
1820

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

2225
**Logs**
26+
2327
Please attach two logs:
28+
2429
1. Console output (Go to toolbar --> View --> Output, and copy the contents)
2530
2. Log file (Path is printed to the console output at startup)
2631

2732
**Screenshots**
33+
2834
If applicable, add screenshots to help explain your problem.
2935

3036
![Example Screenshot](./output.png)
3137

3238
**Additional context**
39+
3340
Add any other context about the problem here.

0 commit comments

Comments
 (0)