Skip to content

Commit 7c02380

Browse files
committed
chore: fix markdown in issue template
This commit removes extra whitespace that prevents the issue template from rendering properly.
1 parent 4739cd0 commit 7c02380

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ about: Create a report to help us improve
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

13-
** Client Version **
12+
**Client Version**
1413
e.g. `0.12.0`
1514

16-
** Server Version **
15+
**Server Version**
1716
e.g. `1.19.1`
1817

1918
**To Reproduce**
@@ -22,13 +21,14 @@ Steps to reproduce the behavior:
2221
**Expected behavior**
2322
A clear and concise description of what you expected to happen.
2423

25-
** Example Code**
24+
**Example Code**
2625
Code snippet for what you are doing
2726

2827
**Environment (please complete the following information):**
29-
- OS: [e.g. Windows, Linux]
30-
- NodeJS Version [eg. 10]
31-
- Cloud runtime [e.g. Azure Functions, Lambda]
28+
29+
- OS: [e.g. Windows, Linux]
30+
- NodeJS Version [eg. 10]
31+
- Cloud runtime [e.g. Azure Functions, Lambda]
3232

3333
**Additional context**
3434
Add any other context about the problem here.

0 commit comments

Comments
 (0)