From 5f2e1f4f71c490d42abf62f42a19a5f2b3ae4037 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 6 Mar 2019 15:20:39 -0600 Subject: [PATCH] Revert "Use GitHub Issue Templates to assign labels (#53356)" (#53419) This reverts commit 44b347aef515c7da225ec905380c936efe4d0bb6. --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/documentation_report.md | 1 - .github/ISSUE_TEMPLATE/feature_request.md | 1 - 3 files changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c1066a2ad5..a582f76084 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,6 @@ --- name: 🐛 Bug report about: Create a report to help us improve -labels: bug --- diff --git a/.github/ISSUE_TEMPLATE/documentation_report.md b/.github/ISSUE_TEMPLATE/documentation_report.md index 9fbaba86a6..dcb8af67d4 100644 --- a/.github/ISSUE_TEMPLATE/documentation_report.md +++ b/.github/ISSUE_TEMPLATE/documentation_report.md @@ -1,7 +1,6 @@ --- name: 📝 Documentation Report about: Ask us about docs -labels: docs --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 8d7fc7e4ff..033d0feb9a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,6 @@ --- name: ✨ Feature request about: Suggest an idea for this project -labels: feature ---