From 28bfc934191c955de65b820084daf0da48081e3b Mon Sep 17 00:00:00 2001 From: morris Date: Thu, 9 Jan 2020 17:07:34 +0800 Subject: [PATCH] gh: remove default label on new issues --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5370fb442a..ac482b21ab 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: ESP-IDF crashes, produces incorrect output, or has incorrect behavior title: '' -labels: 'Type: Bug' +labels: '' assignees: '' ---