ISSUE_TEMPLATE changes (#62904)

This commit is contained in:
Francesco Iapicca 2020-08-11 06:56:04 +03:00 committed by GitHub
parent 31dfaa0c7e
commit a84e39029f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 25 deletions

View File

@ -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: ''
---
<!-- Thank you for using Flutter!
Please check out our documentation first:
* https://flutter.dev/
* https://api.flutter.dev/
If you can't find the answer there, please consider asking a question on
the Stack Overflow Web site:
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
Please don't file a GitHub issue for support requests. GitHub issues are
for tracking defects in the product. If you file a bug asking for help, we
will consider this a request for a documentation update.
-->

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -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.