From a17e2a4e2f21fbaaa5d56f298f3b9278a477f6d2 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 29 Apr 2019 03:39:10 -0700 Subject: [PATCH] Add "feature request" issue template (#30327) --- .github/ISSUE_TEMPLATE/ACTIVATION.md | 7 +++- .github/ISSUE_TEMPLATE/BUG.md | 7 +++- .github/ISSUE_TEMPLATE/SUPPORT.md | 5 ++- .github/ISSUE_TEMPLATE/feature_request.md | 46 +++++++++++++++++++++++ 4 files changed, 60 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/ACTIVATION.md b/.github/ISSUE_TEMPLATE/ACTIVATION.md index c438b36052..d9eb503e9a 100644 --- a/.github/ISSUE_TEMPLATE/ACTIVATION.md +++ b/.github/ISSUE_TEMPLATE/ACTIVATION.md @@ -3,6 +3,9 @@ name: I am having difficulty installing Flutter or getting it to work about: You have run into problems while downloading or installing Flutter, or the "flutter" tool is crashing, or you are running into some other issue before even being able to use "flutter run". +title: '' +labels: '' +assignees: '' --- @@ -11,12 +14,12 @@ about: You have run into problems while downloading or installing Flutter, or th If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ - * https://docs.flutter.io/ + * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill our the template below. Please read - our guide to filing a bug first: https://flutter.dev/bug-reports/ + our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Steps to Reproduce diff --git a/.github/ISSUE_TEMPLATE/BUG.md b/.github/ISSUE_TEMPLATE/BUG.md index aa8a8e7ca5..10ffd17284 100644 --- a/.github/ISSUE_TEMPLATE/BUG.md +++ b/.github/ISSUE_TEMPLATE/BUG.md @@ -2,6 +2,9 @@ name: I have a problem with my Flutter application. about: You are writing an application with Flutter but the application is crashing or throws an exception, a widget is buggy, or something looks wrong. +title: '' +labels: '' +assignees: '' --- @@ -10,12 +13,12 @@ about: You are writing an application with Flutter but the application is crashi If you are looking for support, please check out our documentation or consider asking a question on Stack Overflow: * https://flutter.dev/ - * https://docs.flutter.io/ + * https://api.flutter.dev/ * https://stackoverflow.com/questions/tagged/flutter?sort=frequent If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill our the template below. Please read - our guide to filing a bug first: https://flutter.dev/bug-reports/ + our guide to filing a bug first: https://flutter.dev/docs/resources/bug-reports --> ## Steps to Reproduce diff --git a/.github/ISSUE_TEMPLATE/SUPPORT.md b/.github/ISSUE_TEMPLATE/SUPPORT.md index 6ac0badb37..5ec522122f 100644 --- a/.github/ISSUE_TEMPLATE/SUPPORT.md +++ b/.github/ISSUE_TEMPLATE/SUPPORT.md @@ -2,6 +2,9 @@ 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: '' +assignees: '' --- @@ -9,7 +12,7 @@ about: You have a question for how to achieve a particular effect, or you need h Please check out our documentation first: * https://flutter.dev/ - * https://docs.flutter.io/ + * https://api.flutter.dev/ If you can't find the answer there, please consider asking a question on the Stack Overflow Web site: diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..a944f1a421 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,46 @@ +--- +name: Feature request +about: Suggest a new idea for Flutter +title: '' +labels: '' +assignees: '' + +--- + + + +## Use case + + + +## Proposal + +