From 0667fc722a3628ea29fe29a7438cd87772fc6375 Mon Sep 17 00:00:00 2001 From: Mateusz Filipowicz Date: Tue, 18 Feb 2025 15:44:02 +0100 Subject: [PATCH] chore: disable 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 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false