Unverified Commit f9374fe0 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Update the URL to the recommend bug report (#23708)

We have templates now.
parent 8b751d81
...@@ -64,7 +64,7 @@ if [ ! -f "$ENGINE_STAMP" ] || [ "$ENGINE_VERSION" != `cat "$ENGINE_STAMP"` ]; t ...@@ -64,7 +64,7 @@ if [ ! -f "$ENGINE_STAMP" ] || [ "$ENGINE_VERSION" != `cat "$ENGINE_STAMP"` ]; t
echo echo
echo "It appears that the downloaded file is corrupt; please try the operation again later." 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 "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 echo
rm -f -- "$DART_SDK_ZIP" rm -f -- "$DART_SDK_ZIP"
exit 1 exit 1
......
...@@ -114,7 +114,7 @@ class _GalleryAppState extends State<GalleryApp> { ...@@ -114,7 +114,7 @@ class _GalleryAppState extends State<GalleryApp> {
options: _options, options: _options,
onOptionsChanged: _handleOptionsChanged, onOptionsChanged: _handleOptionsChanged,
onSendFeedback: widget.onSendFeedback ?? () { onSendFeedback: widget.onSendFeedback ?? () {
launch('https://github.com/flutter/flutter/issues/new', forceSafariVC: false); launch('https://github.com/flutter/flutter/issues/new/choose', forceSafariVC: false);
}, },
), ),
); );
......
...@@ -314,7 +314,7 @@ class FlutterError extends AssertionError { ...@@ -314,7 +314,7 @@ class FlutterError extends AssertionError {
'provide substantially more information in this error message to help you determine ' 'provide substantially more information in this error message to help you determine '
'and fix the underlying cause.', wrapWidth: wrapWidth); 'and fix the underlying cause.', wrapWidth: wrapWidth);
debugPrint('In either case, please report this assertion by filing a bug on GitHub:', 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) { if (details.stack != null) {
......
...@@ -1766,7 +1766,7 @@ abstract class RenderBox extends RenderObject { ...@@ -1766,7 +1766,7 @@ abstract class RenderBox extends RenderObject {
'Constraints: $constraints\n' 'Constraints: $constraints\n'
'Size: $_size\n' 'Size: $_size\n'
'If you are not writing your own RenderBox subclass, then this is not ' '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) { if (debugCheckIntrinsicSizes) {
...@@ -1815,7 +1815,7 @@ abstract class RenderBox extends RenderObject { ...@@ -1815,7 +1815,7 @@ abstract class RenderBox extends RenderObject {
'The following ${failureCount > 1 ? "failures" : "failure"} was detected:\n' 'The following ${failureCount > 1 ? "failures" : "failure"} was detected:\n'
'$failures' '$failures'
'If you are not writing your own RenderBox subclass, then this is not\n' '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'
); );
} }
} }
......
...@@ -707,7 +707,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl ...@@ -707,7 +707,7 @@ class RenderFlex extends RenderBox with ContainerRenderObjectMixin<RenderBox, Fl
' https://flutter.io/debugging/#rendering-layer\n' ' https://flutter.io/debugging/#rendering-layer\n'
' http://docs.flutter.io/flutter/rendering/debugDumpRenderTree.html\n' ' http://docs.flutter.io/flutter/rendering/debugDumpRenderTree.html\n'
'If none of the above helps enough to fix this problem, please don\'t hesitate to file a bug:\n' 'If none of the above helps enough to fix this problem, please don\'t hesitate to file a bug:\n'
' https://github.com/flutter/flutter/issues/new' ' https://github.com/flutter/flutter/issues/new?template=BUG.md'
); );
}()); }());
totalFlex += childParentData.flex; totalFlex += childParentData.flex;
......
...@@ -2135,7 +2135,7 @@ class BuildOwner { ...@@ -2135,7 +2135,7 @@ class BuildOwner {
'calling scheduleBuildFor().\n' 'calling scheduleBuildFor().\n'
'If you did not attempt to call scheduleBuildFor() yourself, then this probably ' 'If you did not attempt to call scheduleBuildFor() yourself, then this probably '
'indicates a bug in the widgets framework. Please report it: ' 'indicates a bug in the widgets framework. Please report it: '
'https://github.com/flutter/flutter/issues/new' 'https://github.com/flutter/flutter/issues/new?template=BUG.md'
); );
} }
return true; return true;
......
...@@ -71,7 +71,7 @@ Future<void> main() async { ...@@ -71,7 +71,7 @@ Future<void> main() async {
'Either the assertion indicates an error in the framework itself, or we should provide substantially ' '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' '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' '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' '\n'
'When the exception was thrown, this was the stack:\n' 'When the exception was thrown, this was the stack:\n'
'#0 getSampleStack\\.<anonymous closure> \\([^)]+flutter/test/foundation/error_reporting_test\\.dart:[0-9]+:[0-9]+\\)\n' '#0 getSampleStack\\.<anonymous closure> \\([^)]+flutter/test/foundation/error_reporting_test\\.dart:[0-9]+:[0-9]+\\)\n'
...@@ -112,7 +112,7 @@ Future<void> main() async { ...@@ -112,7 +112,7 @@ Future<void> main() async {
'Either the assertion indicates an error in the framework itself, or we should provide substantially ' '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' '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' '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(); console.clear();
...@@ -152,7 +152,7 @@ Future<void> main() async { ...@@ -152,7 +152,7 @@ Future<void> main() async {
'Either the assertion indicates an error in the framework itself, or we should provide substantially ' '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' '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' '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' '\n'
'When the exception was thrown, this was the stack:\n' 'When the exception was thrown, this was the stack:\n'
'#0 getSampleStack\\.<anonymous closure> \\([^)]+flutter/test/foundation/error_reporting_test\\.dart:[0-9]+:[0-9]+\\)\n' '#0 getSampleStack\\.<anonymous closure> \\([^)]+flutter/test/foundation/error_reporting_test\\.dart:[0-9]+:[0-9]+\\)\n'
......
...@@ -184,7 +184,7 @@ translations for all the languages supported by this package. ...@@ -184,7 +184,7 @@ translations for all the languages supported by this package.
(Googlers, for more details see <go/flutter-l10n>.) (Googlers, for more details see <go/flutter-l10n>.)
If you have feedback about the translations please 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 ### See Also
......
...@@ -633,7 +633,7 @@ void parseADBDeviceOutput(String text, { ...@@ -633,7 +633,7 @@ void parseADBDeviceOutput(String text, {
diagnostics?.add( diagnostics?.add(
'Unexpected failure parsing device information from adb output:\n' 'Unexpected failure parsing device information from adb output:\n'
'$line\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');
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment