Skip to content

Commit 4a1cc7d

Browse files
authored
fix: issue templates fix (#224)
1 parent 90dfbe9 commit 4a1cc7d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1-bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Bug"
22
description: "Report a bug to help us improve the proxy system."
3-
type: Bug
3+
type: 'Bug 🐞'
44
title: "-- Provide a general summary of the issue --"
55
labels: ["bug", "needs-triage"]
66
assignees: "-"

.github/ISSUE_TEMPLATE/2-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Task
22
description: Task request
3-
type: Task
3+
type: 'Task'
44
title: '[Task]: '
55
labels: []
66
body:

.github/ISSUE_TEMPLATE/3-chore.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Chore
22
description: Chore request
3-
type: Chore
3+
type: 'Chore 🧹'
44
title: '[Chore]: '
55
labels: ["chore", "needs-triage"]
66
body:

0 commit comments

Comments
 (0)