From 7dea7a72f54000f35e7bc357a5cc488906268f71 Mon Sep 17 00:00:00 2001 From: Gavin Monroe <71404632+monroegm@users.noreply.github.com> Date: Thu, 17 Feb 2022 18:00:43 -0800 Subject: [PATCH] Create config.yml Disables the "Open a blank issue" option when choosing a template for a new issue. This should only be merged upon acceptance by the Technical Steering Committee. See o3de/tsc#16 Signed-off-by: Gavin Monroe <71404632+monroegm@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/config.yml | 1 + 1 file changed, 1 insertion(+) 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..3ba13e0cec --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false