From fae0cfe800a1003ec3efa7959ee421cf3c7f786b Mon Sep 17 00:00:00 2001 From: dom Date: Mon, 27 Apr 2026 16:44:56 +0800 Subject: [PATCH] disable blank issue Signed-off-by: dom --- .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..ec4bb386b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file