From d3a4a3c23a20def74388bb301082a85475156d7b Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 16 Jan 2025 14:45:38 -0800 Subject: [PATCH] require new issues to use a templates --- .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 000000000..3ba13e0ce --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false