From 16eb4cb9618ee64440001d1b4263176e760e49eb Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 19 Jul 2022 13:11:53 -0600 Subject: [PATCH] Disable blank issue reporting (#1172) Folks who want to report a blank issue can still get at the form if they try hard enough, but in general everything should have a label to make triage easier. --- .github/ISSUE_TEMPLATE/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml index 79bc995d..dc3bd0f4 100644 --- a/.github/ISSUE_TEMPLATE/config.yaml +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Matrix Spec Discussion url: "https://matrix.to/#/#matrix-spec:matrix.org"