Skip to content

Commit 375aa3c

Browse files
refactor: format markdown files
1 parent fac6edc commit 375aa3c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: 'to triage'
6-
assignees: ''
4+
title: ""
5+
labels: "to triage"
6+
assignees: ""
77
---
88

99
**Describe the bug**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: 'enhancement'
6-
assignees: ''
4+
title: ""
5+
labels: "enhancement"
6+
assignees: ""
77
---
88

99
**Is your feature request related to a problem? Please describe.**
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Bug fix
33
about: A fix for a known issue
4-
title: ''
5-
labels: 'to triage'
6-
assignees: ''
4+
title: ""
5+
labels: "to triage"
6+
assignees: ""
77
---
88

99
Related issue or discussion:

.github/PULL_REQUEST_TEMPLATE/feature.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Feature implementation
33
about: A new awesome feature
4-
title: ''
5-
labels: 'enhancement'
6-
assignees: ''
4+
title: ""
5+
labels: "enhancement"
6+
assignees: ""
77
---
88

99
Related issue or discussion:

0 commit comments

Comments
 (0)