From 9a215fed3555a763a9551024030e730f3497cdad Mon Sep 17 00:00:00 2001 From: Micah Silverman Date: Mon, 19 Jul 2021 16:39:53 -0400 Subject: [PATCH] Created config.yml to disallow blank issues --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..3ba13e0c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false