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.
This commit is contained in:
Takashi Kokubun 2025-06-30 08:48:07 -07:00
parent 400793426a
commit 81a2fdff1b

2
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,2 @@
blank_issues_enabled: true
contact_links: []