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