From e954cd354fd8fab3445541393378b594a3561459 Mon Sep 17 00:00:00 2001 From: Karim Nakad Date: Wed, 5 Feb 2020 09:32:15 -0800 Subject: [PATCH] doc: remove labels from issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/documentation-request.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 036f6a3e9e..f615b74370 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: File a report to help us reproduce and fix the problem title: '' -labels: 'bug' +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/documentation-request.md b/.github/ISSUE_TEMPLATE/documentation-request.md index 15c146c5bd..b64cd47873 100644 --- a/.github/ISSUE_TEMPLATE/documentation-request.md +++ b/.github/ISSUE_TEMPLATE/documentation-request.md @@ -2,7 +2,7 @@ name: Documentation request about: Request improved documentation title: '' -labels: 'doc update' +labels: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 53d2d6b96e..5c6860fb3c 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an improvement for this library title: '' -labels: 'feature request' +labels: '' assignees: '' ---