From 0b118efc26ca1503a4f2328dc43413f711c717d7 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 4 Feb 2025 15:10:31 +0100 Subject: [PATCH] Disable the "Blank issue" alternative when using the GitHub "New issue"-button With recent changed made to the GitHub issues-UI the "Blank issue" alternative is now showing up quite prominently, which can easily negate the point of our bug/feature templates and lead to incomplete issues being filed. --- .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 39ba6a835..31eae7c1e 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: Need help? url: https://github.com/mozilla/pdf.js/discussions