From ea5cfe60f2e1631b60fe0549cae013e2876fa202 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 30 Sep 2025 09:37:40 +0800 Subject: [PATCH] don't automatically add label when creating issues --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - .github/ISSUE_TEMPLATE/feature-request.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4891a4dc..d3d8a618 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,6 +1,5 @@ name: Bug Report description: Report a bug in ezBookkeeping -labels: bug body: - type: checkboxes id: checkboxes diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 3057a129..c8584731 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,6 +1,5 @@ name: Feature Request description: Request a feature or enhancement for ezBookkeeping -labels: enhancement body: - type: checkboxes id: checkboxes