From 878070888aecd0fad3015b54dd1fd0b50056e1ec Mon Sep 17 00:00:00 2001 From: Kirs Date: Sat, 30 Jan 2021 20:25:27 +0800 Subject: [PATCH] removed issue label (#4623) --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - .github/ISSUE_TEMPLATE/improvement_suggestion.md | 1 - .github/ISSUE_TEMPLATE/question.md | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0103282ae3..c8c90dc26a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,6 @@ name: Bug report about: Create a report to help us improve title: "[Bug][Module Name] Bug title " -labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4053490497..82d811e880 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,6 @@ name: Feature request about: Suggest an idea for this project title: "[Feature][Module Name] Feature title" -labels: new feature assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/improvement_suggestion.md b/.github/ISSUE_TEMPLATE/improvement_suggestion.md index 9376e20418..544d98eae5 100644 --- a/.github/ISSUE_TEMPLATE/improvement_suggestion.md +++ b/.github/ISSUE_TEMPLATE/improvement_suggestion.md @@ -2,7 +2,6 @@ name: Improvement suggestion about: Improvement suggestion for this project title: "[Improvement][Module Name] Improvement title" -labels: improvement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 6fdb06ea6c..961d82476e 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,6 @@ name: Question about: Have a question wanted to be help title: "[Question] Question title" -labels: question assignees: '' ---