diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c1066a2ad5a..a582f76084d 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 9fbaba86a6e..dcb8af67d47 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 8d7fc7e4ffb..033d0feb9a5 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 ---