From 8a1b26024217e5a176f4e0ddcfed155f2153819e Mon Sep 17 00:00:00 2001 From: Tong Wu <6259181+digiter@users.noreply.github.com> Date: Mon, 31 Aug 2020 11:28:03 -0700 Subject: [PATCH] Allow creating blank issues. (#64842) --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b60a497d33..4fca95e7eb 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: I want help writing my application url: https://stackoverflow.com/tags/flutter - about: Ask your questions about how to achieve a particular effect in Flutter or get help with using a particular API. \ No newline at end of file + about: Ask your questions about how to achieve a particular effect in Flutter or get help with using a particular API.