We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90dfbe9 commit 4a1cc7dCopy full SHA for 4a1cc7d
.github/ISSUE_TEMPLATE/1-bug.yml
@@ -1,6 +1,6 @@
1
name: "Bug"
2
description: "Report a bug to help us improve the proxy system."
3
-type: Bug
+type: 'Bug 🐞'
4
title: "-- Provide a general summary of the issue --"
5
labels: ["bug", "needs-triage"]
6
assignees: "-"
.github/ISSUE_TEMPLATE/2-task.yml
name: Task
description: Task request
-type: Task
+type: 'Task ✅'
title: '[Task]: '
labels: []
body:
.github/ISSUE_TEMPLATE/3-chore.yml
name: Chore
description: Chore request
-type: Chore
+type: 'Chore 🧹'
title: '[Chore]: '
labels: ["chore", "needs-triage"]
0 commit comments