From 4a1cc7d3f70d1ce78d1933de56467f844a4308cb Mon Sep 17 00:00:00 2001 From: Dmitry Volokh Date: Wed, 29 Jan 2025 15:24:14 +0100 Subject: [PATCH] fix: issue templates fix (#224) --- .github/ISSUE_TEMPLATE/1-bug.yml | 2 +- .github/ISSUE_TEMPLATE/2-task.yml | 2 +- .github/ISSUE_TEMPLATE/3-chore.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index 4b3ccbf5..3ad572af 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -1,6 +1,6 @@ name: "Bug" description: "Report a bug to help us improve the proxy system." -type: Bug +type: 'Bug ๐Ÿž' title: "-- Provide a general summary of the issue --" labels: ["bug", "needs-triage"] assignees: "-" diff --git a/.github/ISSUE_TEMPLATE/2-task.yml b/.github/ISSUE_TEMPLATE/2-task.yml index 64a358a5..7449a0a7 100644 --- a/.github/ISSUE_TEMPLATE/2-task.yml +++ b/.github/ISSUE_TEMPLATE/2-task.yml @@ -1,6 +1,6 @@ name: Task description: Task request -type: Task +type: 'Task โœ…' title: '[Task]: ' labels: [] body: diff --git a/.github/ISSUE_TEMPLATE/3-chore.yml b/.github/ISSUE_TEMPLATE/3-chore.yml index 5e67df42..a010457d 100644 --- a/.github/ISSUE_TEMPLATE/3-chore.yml +++ b/.github/ISSUE_TEMPLATE/3-chore.yml @@ -1,6 +1,6 @@ name: Chore description: Chore request -type: Chore +type: 'Chore ๐Ÿงน' title: '[Chore]: ' labels: ["chore", "needs-triage"] body: