Skip to content

Commit 2064196

Browse files
authored
Fix markdown formatting in "Other issue" template
Remove extra space after `**` to render the heading in bold.
1 parent 0a98237 commit 2064196

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/-other-issue-template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ assignees: ''
77

88
---
99

10-
** Describe the use case**
11-
What were you trying to do?
10+
**Describe the use case**
11+
<!-- What were you trying to do? -->
1212

13-
** Describe the problem**
14-
What issue are you trying to solve
13+
**Describe the problem**
14+
<!-- What issue are you trying to solve -->
1515

1616
**Proposed Solution**
17-
How can this Problem be solved?
17+
<!-- How can this Problem be solved? -->

0 commit comments

Comments
 (0)