Skip to content

Commit 5683109

Browse files
authored
chore: pdate issue templates
1 parent cbc893e commit 5683109

3 files changed

Lines changed: 16 additions & 6 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: Bug report
3-
about: Create a report to help us improve
4-
title: ''
5-
labels: bug
6-
assignees: EndBug
3+
about: Report something that isn't working as expected
4+
title: "[Bug]"
5+
labels: 'status: pending'
6+
assignees: ''
77

88
---
99

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
title: "[Feature]"
5-
labels: enhancement
6-
assignees: EndBug
5+
labels: 'type: enhancement'
6+
assignees: ''
77

88
---
99

.github/ISSUE_TEMPLATE/question.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Question
3+
about: Question about how to use the action
4+
title: ''
5+
labels: 'type: question'
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)