From fd1463eb4c121af8ca2652810435b1acf721d142 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sun, 17 Oct 2021 19:38:45 -0700 Subject: [PATCH] Disable the blank issue template. Why do we even have that lever? --- .github/ISSUE_TEMPLATE/config.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yaml diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yaml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yaml @@ -0,0 +1 @@ +blank_issues_enabled: false