From bc4e6129ef39d05749b160e36a6b64dc85fcd76a Mon Sep 17 00:00:00 2001 From: "Dustin L. Howett" Date: Fri, 13 Feb 2026 14:01:31 -0600 Subject: [PATCH] Disable the creation of issues without using a template (#19808) We've seen an uptick in "language model" "people" submitting issues without using the template. Easy fix. --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2c8e01bb65..0b4ddd0a27 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,4 +1,4 @@ -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Microsoft Security Response Center 🔐