From 991c0b32116a34c40974b78d1c7e883bebbac5b3 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sat, 17 Sep 2022 00:17:49 +0900 Subject: [PATCH] chore: disable blank issues (#1809) Even though we have a bug report form, we've seen so many issues being written in freestyle and I think every occurrence of it resulted in needing multiple hops for us to gather the information necessary for diagnosing the issue. I hope every bug report is more actionable. Now we disable blank issues so that the reporter is likely to choose the bug report form or Discussions depending on their situation. --- .github/ISSUE_TEMPLATE/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e8b959c7..34dba230 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,4 @@ -# Blank issues are mainly for maintainers who are known to write complete issue descriptions without need to following a form -blank_issues_enabled: true +blank_issues_enabled: false contact_links: - name: Sponsor ARC Maintainers about: If your business relies on the continued maintainance of actions-runner-controller, please consider sponsoring the project and the maintainers.