We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc893e commit 5683109Copy full SHA for 5683109
3 files changed
.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,9 +1,9 @@
1
---
2
name: Bug report
3
-about: Create a report to help us improve
4
-title: ''
5
-labels: bug
6
-assignees: EndBug
+about: Report something that isn't working as expected
+title: "[Bug]"
+labels: 'status: pending'
+assignees: ''
7
8
9
.github/ISSUE_TEMPLATE/feature_request.md
@@ -2,8 +2,8 @@
name: Feature request
about: Suggest an idea for this project
title: "[Feature]"
-labels: enhancement
+labels: 'type: enhancement'
.github/ISSUE_TEMPLATE/question.md
@@ -0,0 +1,10 @@
+---
+name: Question
+about: Question about how to use the action
+title: ''
+labels: 'type: question'
+
10
0 commit comments