From f56ffa9ed2c186f5eafd1a5a501b44cc24d02581 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Tue, 18 Oct 2022 14:43:56 +0330 Subject: [PATCH 1/3] update question template --- .github/ISSUE_TEMPLATE/question.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml index 0285cf408..efe561362 100644 --- a/.github/ISSUE_TEMPLATE/question.yml +++ b/.github/ISSUE_TEMPLATE/question.yml @@ -1,6 +1,7 @@ name: "❓ Question" description: Something is unclear or needs to be discussed -labels: [❓ Question] +title: "Question: " +labels: "❔ Type: Question" body: - type: markdown From bb9b869ddf2ba471bf48f01ef3a88e6cf472244a Mon Sep 17 00:00:00 2001 From: David Refoua Date: Tue, 18 Oct 2022 14:46:40 +0330 Subject: [PATCH 2/3] update bug-report label --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 1ebc2ecc4..5b2c07308 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: "🐞 Bug report (encountered problems/errors)" description: Something is not working as it should title: "[Bug] " -labels: [🐞 Bug report] +labels: "🐛 Type: Bug" body: - type: markdown From 6f00ead40104882690bb9822f3c1f2182a84f90a Mon Sep 17 00:00:00 2001 From: David Refoua Date: Tue, 18 Oct 2022 14:47:28 +0330 Subject: [PATCH 3/3] update feature-request label --- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 71451d8ba..5996800eb 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: "⭐ Feature request (request for new functionality)" description: Help make Cmder even better title: "[Feature request] " -labels: [⭐ Feature request] +labels: "🛠 Type: Feature Request" body: - type: markdown