From 00bc606bbef5bc77a3678390f4f7344e2aa0b9a8 Mon Sep 17 00:00:00 2001 From: theGaryLarson Date: Sun, 8 Sep 2024 03:52:44 -0700 Subject: [PATCH] Disable default labels in issue template Commented out the default label "new" in the issue template to streamline issue categorization. This allows more flexibility in labeling issues based on their specific context. --- .github/ISSUE_TEMPLATE/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/application.yml b/.github/ISSUE_TEMPLATE/application.yml index 3ef889f..5d42f0c 100644 --- a/.github/ISSUE_TEMPLATE/application.yml +++ b/.github/ISSUE_TEMPLATE/application.yml @@ -1,6 +1,6 @@ name: "Report an Issue" description: "Report a bug, content corrections, or request an enhancement." -labels: [ new ] +#labels: [ new ] projects: - "Computing-For-All/nextjs-issue-tracker"