From a81940067ba460e8d744f886aab73ef0edc9e2cc Mon Sep 17 00:00:00 2001 From: Meg Schwamb Date: Mon, 27 Jan 2025 15:05:24 +0000 Subject: [PATCH] Create config.yml add config.yml for issue templates so we don't have two blanks as options --- .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