From f00def793a5b493444e9f9da69f73ba49bdc1985 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 15 Jul 2022 09:45:48 -0600 Subject: [PATCH] Disable blank issue reporting 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"