-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[quick_actions] Fix iOS home screen quick actions documentation hyperlink #4059
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM on the change, but still needs the version bump.
This does require a patch version bump since it updates the README
that is shown on pub.dev
.
cc @stuartmorgan @tarrinneal for secondary review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm once @bparrishMines change requests are fulfilled
updated version to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
I wish Apple weren't so fond of constantly reorganizing developer docs without adding redirects from old locations :(
auto label is removed for flutter/packages, pr: 4059, due to This PR has not met approval requirements for merging. Changes were requested by {bparrishMines}, please make the needed changes and resubmit this PR.
|
flutter/packages@fba97fa...995bfc5 2023-05-24 [email protected] Roll Flutter from f86c529 to 216605b (18 revisions) (flutter/packages#4071) 2023-05-24 [email protected] [various] Fixes `unawaited_futures` violations (flutter/packages#4067) 2023-05-24 [email protected] [quick_actions] Fix iOS home screen quick actions documentation hyperlink (flutter/packages#4059) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Replaces the old documentation link for the iOS Quick Actions (https://developer.apple.com/design/human-interface-guidelines/ios/system-capabilities/home-screen-actions/) to the new one (https://developer.apple.com/design/human-interface-guidelines/home-screen-quick-actions)
The old one is going to a not found page:
Once this is just a simple documentation change I believe this is exempt from the version change requirement and request for the "override: no versioning needed" to be added.
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.///
).If you need help, consider asking for advice on the #hackers-new channel on Discord.