From 1aac0eeb8eae6d302db208d0db509a9186ea734e Mon Sep 17 00:00:00 2001 From: Nathan Knowler Date: Wed, 30 Oct 2019 15:27:54 -0600 Subject: [PATCH] Disallow opening blank issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This just removes the option in the issue template selection screen. I think it’s a good default since we have the issue closer running on some projects. --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 089dbe2..734e7f6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,3 +1,4 @@ +blank_issues_enabled: false contact_links: - name: Roots Discourse url: https://discourse.roots.io