From f5dc4d4b96c0b21079dc4f60e97b241f211885bf Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 4 Oct 2024 15:04:13 +0200 Subject: [PATCH] Disable blank GitHub issues Existing issue template categories should cover most any case. --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9e240bd9..a07de4ab 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,6 +1,6 @@ --- # Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: '💬 Pelican IRC Channel' url: https://web.libera.chat/?#pelican