Authoring pull requests
May 18, 2026 ยท View on GitHub
Make your PR easy to review
- Make sure your PR has meaningful title and description.
- Make sure your PR is not too large. Smaller PRs are easier to review.
- Separate code reorgs from feature changes.
CI presubmit errors
You may get CI presubmit errors on pull requests for several reasons. This section explains how to fix some of the less obvious ones.
From publish / validate job
In general, the job checks if all pub.dev packages are release ready.
See publishing.md for more details.