From 8f13c916cdb320bbb87e8d7514e151c7b1f1661a Mon Sep 17 00:00:00 2001 From: binodmx Date: Tue, 24 Jan 2023 16:43:31 +0530 Subject: [PATCH] Remove automatically adding Priority/Normal label --- .github/ISSUE_TEMPLATE/feature_form.yml | 2 +- .github/ISSUE_TEMPLATE/improvement_form.yml | 2 +- .github/ISSUE_TEMPLATE/issue_form.yml | 2 +- .github/ISSUE_TEMPLATE/question_form.yml | 2 +- .github/ISSUE_TEMPLATE/task_form.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_form.yml b/.github/ISSUE_TEMPLATE/feature_form.yml index 6b84c41..8e0960f 100644 --- a/.github/ISSUE_TEMPLATE/feature_form.yml +++ b/.github/ISSUE_TEMPLATE/feature_form.yml @@ -1,6 +1,6 @@ name: "💡 Feature Request" description: Suggest new functionality and features for the product suite. -labels: ["Priority/Normal", "Type/New Feature"] +labels: ["Type/New Feature"] body: - type: textarea id: problem diff --git a/.github/ISSUE_TEMPLATE/improvement_form.yml b/.github/ISSUE_TEMPLATE/improvement_form.yml index 8fc9e41..fb6e3b0 100644 --- a/.github/ISSUE_TEMPLATE/improvement_form.yml +++ b/.github/ISSUE_TEMPLATE/improvement_form.yml @@ -1,6 +1,6 @@ name: "🚀 Improvement Request" description: Suggest an improvement to the product suite. -labels: ["Priority/Normal", "Type/Improvement"] +labels: ["Type/Improvement"] body: - type: textarea id: problem diff --git a/.github/ISSUE_TEMPLATE/issue_form.yml b/.github/ISSUE_TEMPLATE/issue_form.yml index 63dfad2..b7ec64b 100644 --- a/.github/ISSUE_TEMPLATE/issue_form.yml +++ b/.github/ISSUE_TEMPLATE/issue_form.yml @@ -1,6 +1,6 @@ name: "🐞 Report a Bug" description: Create an issue if something does not work as expected. -labels: ["Priority/Normal", "Type/Bug"] +labels: ["Type/Bug"] body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/question_form.yml b/.github/ISSUE_TEMPLATE/question_form.yml index 8b5512c..15c0bf4 100644 --- a/.github/ISSUE_TEMPLATE/question_form.yml +++ b/.github/ISSUE_TEMPLATE/question_form.yml @@ -1,6 +1,6 @@ name: "🙋 Ask a Question" description: Ask a question about the product suite. -labels: ["Priority/Normal", "Type/Question"] +labels: ["Type/Question"] body: - type: textarea id: description diff --git a/.github/ISSUE_TEMPLATE/task_form.yml b/.github/ISSUE_TEMPLATE/task_form.yml index add124a..1a534e2 100644 --- a/.github/ISSUE_TEMPLATE/task_form.yml +++ b/.github/ISSUE_TEMPLATE/task_form.yml @@ -1,6 +1,6 @@ name: "✍️ Create a Task" description: Create a new task. -labels: ["Priority/Normal", "Type/Task"] +labels: ["Type/Task"] body: - type: textarea id: description