From fb187eacc26487cd644f09091e462001d8839315 Mon Sep 17 00:00:00 2001 From: joshpalis <99766446+joshpalis@users.noreply.github.com> Date: Thu, 17 Feb 2022 17:46:48 -0800 Subject: [PATCH] added config file to git issue template directory to disable blank issue creation (#2158) Signed-off-by: Joshua Palis Co-authored-by: Joshua Palis --- .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 00000000000..0db72d2a19c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,2 @@ +# disable blank issue creation +blank_issues_enabled: false