Skip to content

Commit bd25d8a

Browse files
authored
chore: use issue types (#2146)
1 parent bc49deb commit bd25d8a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: bug
5+
type: bug
66
assignees: ''
77
---
88

@@ -12,9 +12,9 @@ A clear and concise description of what the bug is.
1212
**To Reproduce**
1313
Steps to reproduce the behavior:
1414

15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
15+
1. Go to ''
16+
2. Click on ''
17+
3. Scroll down to ''
1818
4. See error
1919

2020
**Expected behavior**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: enhancement
5+
type: feature
66
assignees: ''
77
---
88

99
**Is your feature request related to a problem? Please describe.**
10-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
10+
A clear and concise description of what the problem is. Ex. I'm always frustrated when []
1111

1212
**Describe the solution you'd like**
1313
A clear and concise description of what you want to happen.

.github/ISSUE_TEMPLATE/plugin_request.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
name: Plugin request
33
about: Suggest a plugin for this project
44
title: ''
5-
labels: 'New plugin'
5+
labels: 'new plugin'
6+
type: feature
67
assignees: ''
78
---
89

910
**Is your plugin request related to a problem? Please describe.**
10-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when []
1112

1213
**Describe what the plugin should do**
1314
A clear and concise description of what you want to happen.

0 commit comments

Comments
 (0)