Skip to content

Commit

Permalink
Disable default labels in issue template
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
theGaryLarson committed Sep 8, 2024
1 parent 93b6eb6 commit 00bc606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/application.yml
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 00bc606

Please sign in to comment.