From a84e39029fc869c680910b9bf83d51f124efeffe Mon Sep 17 00:00:00 2001 From: Francesco Iapicca Date: Tue, 11 Aug 2020 06:56:04 +0300 Subject: [PATCH] ISSUE_TEMPLATE changes (#62904) --- .github/ISSUE_TEMPLATE/SUPPORT.md | 25 ------------------------- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ 2 files changed, 5 insertions(+), 25 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/SUPPORT.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md deleted file mode 100644 index d7619c613c..0000000000 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: I want help writing my application -about: You have a question for how to achieve a particular effect, or you need help - with using a particular API. -title: '' -labels: 'created via support template' -assignees: '' - ---- - - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000000..b60a497d33 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +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