diff --git a/bin/internal/update_dart_sdk.sh b/bin/internal/update_dart_sdk.sh index 8de7bf88e1..630e3157a3 100755 --- a/bin/internal/update_dart_sdk.sh +++ b/bin/internal/update_dart_sdk.sh @@ -64,7 +64,7 @@ if [ ! -f "$ENGINE_STAMP" ] || [ "$ENGINE_VERSION" != `cat "$ENGINE_STAMP"` ]; t echo echo "It appears that the downloaded file is corrupt; please try the operation again later." echo "If this problem persists, please report the problem at" - echo "https://github.com/flutter/flutter/issues/new" + echo "https://github.com/flutter/flutter/issues/new?template=ACTIVATION.md" echo rm -f -- "$DART_SDK_ZIP" exit 1 diff --git a/examples/flutter_gallery/lib/gallery/app.dart b/examples/flutter_gallery/lib/gallery/app.dart index f1c6d7129d..ec88822d37 100644 --- a/examples/flutter_gallery/lib/gallery/app.dart +++ b/examples/flutter_gallery/lib/gallery/app.dart @@ -114,7 +114,7 @@ class _GalleryAppState extends State { options: _options, onOptionsChanged: _handleOptionsChanged, onSendFeedback: widget.onSendFeedback ?? () { - launch('https://github.com/flutter/flutter/issues/new', forceSafariVC: false); + launch('https://github.com/flutter/flutter/issues/new/choose', forceSafariVC: false); }, ), ); diff --git a/packages/flutter/lib/src/foundation/assertions.dart b/packages/flutter/lib/src/foundation/assertions.dart index 47330f938e..bf400ac13e 100644 --- a/packages/flutter/lib/src/foundation/assertions.dart +++ b/packages/flutter/lib/src/foundation/assertions.dart @@ -314,7 +314,7 @@ class FlutterError extends AssertionError { 'provide substantially more information in this error message to help you determine ' 'and fix the underlying cause.', wrapWidth: wrapWidth); debugPrint('In either case, please report this assertion by filing a bug on GitHub:', wrapWidth: wrapWidth); - debugPrint(' https://github.com/flutter/flutter/issues/new'); + debugPrint(' https://github.com/flutter/flutter/issues/new?template=BUG.md'); } } if (details.stack != null) { diff --git a/packages/flutter/lib/src/rendering/box.dart b/packages/flutter/lib/src/rendering/box.dart index 9fd85d813a..544c65c38e 100644 --- a/packages/flutter/lib/src/rendering/box.dart +++ b/packages/flutter/lib/src/rendering/box.dart @@ -1766,7 +1766,7 @@ abstract class RenderBox extends RenderObject { 'Constraints: $constraints\n' 'Size: $_size\n' 'If you are not writing your own RenderBox subclass, then this is not ' - 'your fault. Contact support: https://github.com/flutter/flutter/issues/new' + 'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=BUG.md' ); } if (debugCheckIntrinsicSizes) { @@ -1815,7 +1815,7 @@ abstract class RenderBox extends RenderObject { 'The following ${failureCount > 1 ? "failures" : "failure"} was detected:\n' '$failures' 'If you are not writing your own RenderBox subclass, then this is not\n' - 'your fault. Contact support: https://github.com/flutter/flutter/issues/new' + 'your fault. Contact support: https://github.com/flutter/flutter/issues/new?template=BUG.md' ); } } diff --git a/packages/flutter/lib/src/rendering/flex.dart b/packages/flutter/lib/src/rendering/flex.dart index 5a28531ab9..cc1914e061 100644 --- a/packages/flutter/lib/src/rendering/flex.dart +++ b/packages/flutter/lib/src/rendering/flex.dart @@ -707,7 +707,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin main() async { 'Either the assertion indicates an error in the framework itself, or we should provide substantially ' 'more information in this error message to help you determine and fix the underlying cause\\.\n' 'In either case, please report this assertion by filing a bug on GitHub:\n' - ' https://github\\.com/flutter/flutter/issues/new\n' + ' https://github\\.com/flutter/flutter/issues/new\\?template=BUG\\.md\n' '\n' 'When the exception was thrown, this was the stack:\n' '#0 getSampleStack\\. \\([^)]+flutter/test/foundation/error_reporting_test\\.dart:[0-9]+:[0-9]+\\)\n' @@ -112,7 +112,7 @@ Future main() async { 'Either the assertion indicates an error in the framework itself, or we should provide substantially ' 'more information in this error message to help you determine and fix the underlying cause\\.\n' 'In either case, please report this assertion by filing a bug on GitHub:\n' - ' https://github\\.com/flutter/flutter/issues/new\n' + ' https://github\\.com/flutter/flutter/issues/new\\?template=BUG\\.md\n' '════════════════════════════════════════════════════════════════════════════════════════════════════\$', )); console.clear(); @@ -152,7 +152,7 @@ Future main() async { 'Either the assertion indicates an error in the framework itself, or we should provide substantially ' 'more information in this error message to help you determine and fix the underlying cause\\.\n' 'In either case, please report this assertion by filing a bug on GitHub:\n' - ' https://github\\.com/flutter/flutter/issues/new\n' + ' https://github\\.com/flutter/flutter/issues/new\\?template=BUG\\.md\n' '\n' 'When the exception was thrown, this was the stack:\n' '#0 getSampleStack\\. \\([^)]+flutter/test/foundation/error_reporting_test\\.dart:[0-9]+:[0-9]+\\)\n' diff --git a/packages/flutter_localizations/lib/src/l10n/README.md b/packages/flutter_localizations/lib/src/l10n/README.md index 34961c5d64..bb0a0e22a1 100644 --- a/packages/flutter_localizations/lib/src/l10n/README.md +++ b/packages/flutter_localizations/lib/src/l10n/README.md @@ -184,7 +184,7 @@ translations for all the languages supported by this package. (Googlers, for more details see .) If you have feedback about the translations please -[file an issue on the Flutter github repo](https://github.com/flutter/flutter/issues/new). +[file an issue on the Flutter github repo](https://github.com/flutter/flutter/issues/new?template=BUG.md). ### See Also diff --git a/packages/flutter_tools/lib/src/android/android_device.dart b/packages/flutter_tools/lib/src/android/android_device.dart index 6b32109542..94b165e963 100644 --- a/packages/flutter_tools/lib/src/android/android_device.dart +++ b/packages/flutter_tools/lib/src/android/android_device.dart @@ -633,7 +633,7 @@ void parseADBDeviceOutput(String text, { diagnostics?.add( 'Unexpected failure parsing device information from adb output:\n' '$line\n' - 'Please report a bug at https://github.com/flutter/flutter/issues/new'); + 'Please report a bug at https://github.com/flutter/flutter/issues/new/choose'); } } }