diff --git a/.github/ISSUE_TEMPLATE/1_activation.yml b/.github/ISSUE_TEMPLATE/1_activation.yml index 4416807860..76ed4ac880 100644 --- a/.github/ISSUE_TEMPLATE/1_activation.yml +++ b/.github/ISSUE_TEMPLATE/1_activation.yml @@ -17,15 +17,12 @@ body: If you have found a bug or if our documentation doesn't have an answer to what you're looking for, then fill out the template below. - - type: checkboxes + - type: markdown attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for the bug you encountered. - options: - - label: I have searched the [existing issues](https://github.com/flutter/flutter/issues) - required: true - - label: I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) - required: true + value: | + Before filling the form fields, please consider the following: + - Ensure that you have searched the [existing issues](https://github.com/flutter/flutter/issues) + - Read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) - type: textarea attributes: label: Steps to reproduce @@ -58,7 +55,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload logs. value: | -
+
Logs ```console @@ -74,7 +71,7 @@ body: description: | Please provide the full output of running `flutter doctor -v` value: | -
+
Doctor output ```console diff --git a/.github/ISSUE_TEMPLATE/2_bug.yml b/.github/ISSUE_TEMPLATE/2_bug.yml index f696d89dd1..0bec10567e 100644 --- a/.github/ISSUE_TEMPLATE/2_bug.yml +++ b/.github/ISSUE_TEMPLATE/2_bug.yml @@ -14,14 +14,12 @@ body: - https://flutter.dev/ - https://api.flutter.dev/ - https://stackoverflow.com/questions/tagged/flutter?sort=frequent - - type: checkboxes + - type: markdown attributes: - label: Is there an existing issue for this? - options: - - label: I have searched the [existing issues](https://github.com/flutter/flutter/issues) - required: true - - label: I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) - required: true + value: | + Before filling the form fields, please consider the following: + - Ensure that you have searched the [existing issues](https://github.com/flutter/flutter/issues) + - Read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) - type: textarea attributes: label: Steps to reproduce @@ -62,7 +60,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload your code sample. value: | -
Code sample +
Code sample ```dart [Paste your code here] @@ -77,7 +75,7 @@ body: description: | Upload any screenshots or video of the bug if applicable. value: | -
+
Screenshots / Video demonstration [Upload media here] @@ -99,7 +97,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload logs. value: | -
Logs +
Logs ```console [Paste your logs here] @@ -112,7 +110,7 @@ body: description: | Please provide the full output of running `flutter doctor -v` value: | -
Doctor output +
Doctor output ```console [Paste your output here] diff --git a/.github/ISSUE_TEMPLATE/3_feature_request.yml b/.github/ISSUE_TEMPLATE/3_feature_request.yml index 54c1f1c81c..cb3a3bd20e 100644 --- a/.github/ISSUE_TEMPLATE/3_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature_request.yml @@ -12,15 +12,12 @@ body: - https://flutter.dev/ - https://api.flutter.dev/ - https://stackoverflow.com/questions/tagged/flutter?sort=frequent - - type: checkboxes + - type: markdown attributes: - label: Is there an existing issue for this? - description: Please search to see if an issue already exists for this feature request or proposal. - options: - - label: I have searched the [existing issues](https://github.com/flutter/flutter/issues) - required: true - - label: I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) - required: true + value: | + Before filling the form fields, please consider the following: + - Ensure that you have searched the [existing issues](https://github.com/flutter/flutter/issues) + - Read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) - type: textarea attributes: label: Use case diff --git a/.github/ISSUE_TEMPLATE/4_performance_others.yml b/.github/ISSUE_TEMPLATE/4_performance_others.yml index 81dd6e927f..dce2c004ad 100644 --- a/.github/ISSUE_TEMPLATE/4_performance_others.yml +++ b/.github/ISSUE_TEMPLATE/4_performance_others.yml @@ -39,7 +39,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload your code sample. value: | -
Code sample +
Code sample ```dart [Paste your code here] @@ -90,7 +90,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload logs. value: | -
Logs +
Logs ```console [Paste your logs here] @@ -103,7 +103,7 @@ body: description: | Finally, paste the output of running `flutter doctor -v` here, with your device plugged in. value: | -
Doctor output +
Doctor output ```console [Paste your output here] diff --git a/.github/ISSUE_TEMPLATE/5_performance_speed.yml b/.github/ISSUE_TEMPLATE/5_performance_speed.yml index 8133968f98..6f861dff99 100644 --- a/.github/ISSUE_TEMPLATE/5_performance_speed.yml +++ b/.github/ISSUE_TEMPLATE/5_performance_speed.yml @@ -39,7 +39,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload your code sample. value: | -
Code sample +
Code sample ```dart [Paste your code here] @@ -71,7 +71,7 @@ body: If the trace are too large to be uploaded to GitHub, you may upload them as a `zip` file or use online tools like https://pastebin.com to share it. value: | -
Timeline Traces JSON +
Timeline Traces JSON ```json [Paste the Timeline Traces here] @@ -88,7 +88,7 @@ body: Don’t use "adb screenrecord", as that affects the performance of the profile run. value: | -
+
Video demonstration [Upload media here] @@ -148,7 +148,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload logs. value: | -
Logs +
Logs ```console [Paste your logs here] @@ -161,7 +161,7 @@ body: description: | Finally, paste the output of running `flutter doctor -v` here, with your device plugged in. value: | -
Doctor output +
Doctor output ```console [Paste your output here] diff --git a/.github/ISSUE_TEMPLATE/6_infrastructure.yml b/.github/ISSUE_TEMPLATE/6_infrastructure.yml index a6cfc9fc71..3e074a9ace 100644 --- a/.github/ISSUE_TEMPLATE/6_infrastructure.yml +++ b/.github/ISSUE_TEMPLATE/6_infrastructure.yml @@ -13,12 +13,10 @@ body: It looks like you found an issue with our Infrastructure services. Please complete the form below so that we can help to resolve your issue as quickly as possible. - - type: checkboxes + - type: markdown attributes: - label: Is there an existing issue for this? - options: - - label: I have searched the [existing infra issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Ateam-infra) - required: true + value: | + Before filling the form fields, please ensure that you have searched the [existing infra issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Ateam-infra) - type: dropdown attributes: label: Type of Request diff --git a/.github/ISSUE_TEMPLATE/9_first_party_packages.yml b/.github/ISSUE_TEMPLATE/9_first_party_packages.yml index 8964cb4e68..9f638ffce6 100644 --- a/.github/ISSUE_TEMPLATE/9_first_party_packages.yml +++ b/.github/ISSUE_TEMPLATE/9_first_party_packages.yml @@ -13,14 +13,12 @@ body: - https://flutter.dev/ - https://api.flutter.dev/ - https://stackoverflow.com/questions/tagged/flutter?sort=frequent - - type: checkboxes + - type: markdown attributes: - label: Is there an existing issue for this? - options: - - label: I have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage) - required: true - - label: I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) - required: true + value: | + Before filling the form fields, please consider the following: + - Ensure that you have searched the [existing package issues](https://github.com/flutter/flutter/issues?q=is%3Aopen+is%3Aissue+label%3Apackage) + - Read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) - type: dropdown id: packages attributes: @@ -115,7 +113,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload this. value: | -
pubspec.lock +
pubspec.lock ```lock [Paste file content here] @@ -164,7 +162,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload your code sample. value: | -
Code sample +
Code sample ```dart [Paste your code here] @@ -179,7 +177,7 @@ body: description: | Upload any screenshots or videos of the bug if applicable. value: | -
+
Screenshots / Video demonstration [Upload media here] @@ -201,7 +199,7 @@ body: Note: Please do not upload screenshots of text. Instead, use code blocks or the above mentioned ways to upload logs. value: | -
Logs +
Logs ```console [Paste your logs here] @@ -214,7 +212,7 @@ body: description: | Please provide the full output of running `flutter doctor -v` value: | -
Doctor output +
Doctor output ```console [Paste your output here]