From 81a2fdff1b311efb75dac463764f3658aede0010 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 30 Jun 2025 08:48:07 -0700 Subject: [PATCH] Force blank issues on fork repos We don't use issues on ruby/ruby, but we do in some fork repositories. When filing issues, GitHub checks if you want to report a security issue when .github/SECURITY.md exists, but we don't do that on GitHub. So this commit attempts to always create a blank issue. --- .github/ISSUE_TEMPLATE/config.yml | 2 ++ 1 file changed, 2 insertions(+) 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 0000000000..64eb98dc30 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +blank_issues_enabled: true +contact_links: []