Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 4f20e0c

Browse files
committed
Fix issue templates
1 parent 720dcc0 commit 4f20e0c

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

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

58
---
69

@@ -9,7 +12,6 @@ A clear and concise description of what the bug is.
912

1013
**To Reproduce**
1114
Steps to reproduce the behavior:
12-
1315
1. Go to '...'
1416
2. Click on '....'
1517
3. Scroll down to '....'
@@ -22,7 +24,6 @@ A clear and concise description of what you expected to happen.
2224
If applicable, add screenshots to help explain your problem.
2325

2426
**Desktop (please complete the following information):**
25-
2627
- OS: [e.g. iOS]
2728
- Browser [e.g. chrome, safari]
2829
- Version [e.g. 22]

.github/ISSUE_TEMPLATE/feature_request.md

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

58
---
69

0 commit comments

Comments
 (0)