Skip to content

Commit 6c4c1cd

Browse files
committed
fix(md): lint markdown files
1 parent 7d7a52b commit 6c4c1cd

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

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

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
15-
1.
16-
2.
17-
3.
14+
15+
1.
16+
2.
17+
3.
1818

1919
**Expected behavior**
2020
A clear and concise description of what you expected to happen.
@@ -23,9 +23,10 @@ A clear and concise description of what you expected to happen.
2323
If applicable, add screenshots to help explain your problem.
2424

2525
**Desktop (please complete the following information):**
26-
- OS: [e.g. Ubuntu 22.04, macOS 11.4]
27-
- Node version [e.g 16.4.2]
28-
- Code Version [e.g. 1.1.0]
26+
27+
- OS: [e.g. Ubuntu 22.04, macOS 11.4]
28+
- Node version [e.g 16.4.2]
29+
- Code Version [e.g. 1.1.0]
2930

3031
**Additional context**
3132
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

0 commit comments

Comments
 (0)