From 68af8b0df1340e71df01f1f5c1dc1f5d0e0a7db7 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Thu, 16 Jan 2025 17:18:01 -0500 Subject: [PATCH] Remove labels from issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - .github/ISSUE_TEMPLATE/custom.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 210c696ca..96f1eefc8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,6 @@ name: Bug report about: Report a bug, issue or problem title: "[Bug] Bug title" -labels: bug assignees: "" --- diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 425fe62cf..c994e3653 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -2,6 +2,5 @@ name: Custom issue template about: Describe this issue template's purpose here. title: "[Other] Custom issue title" -labels: other assignees: "" --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 0db4178cd..f74cf4009 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] Feature title" -labels: feature assignees: "" ---