Skip to content

Commit

Permalink
Disable blank issue creation in issue templates
Browse files Browse the repository at this point in the history
Added a new configuration file to disable the creation of blank issues. This ensures that all issues use predefined templates, improving issue tracking and consistency.
  • Loading branch information
theGaryLarson committed Sep 8, 2024
1 parent e6fd603 commit 0b112d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false

0 comments on commit 0b112d3

Please sign in to comment.