dart-sdk/docs/Merging-a-PR-contribution.md
Devon Carew 2837647bea [wiki] move the https://github.com/dart-lang/sdk/wiki to the docs/ dir
Change-Id: I28db796fadcc111d97d3589bf3988ea0bbb8e18a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/366682
Reviewed-by: Alexander Thomas <athom@google.com>
Commit-Queue: Devon Carew <devoncarew@google.com>
2024-05-16 18:19:40 +00:00

1.2 KiB

Important

This page was copied from https://github.com/dart-lang/sdk/wiki and needs review. Please contribute changes to bring it up-to-date - removing this header - or send a CL to delete the file.


While creating Gerrit reviews is the preferred approach to contribute to the Dart SDK, contributors sometimes create PRs, anyway.

For administrators: GitHub PRs MUST NOT be merged on GitHub for the SDK repo. Merging a GitHub PR directly breaks mirroring and the repository will be closed until mirroring is restored.

Instead, GitHub PRs are automatically synced to Gerrit if their owner has signed the CLA. They can be submitted like any other patch in Gerrit.

  • If the creator of the PR has a Gerrit user account, they will be added as a reviewer.
  • The owner of the review is the "Copybara Service" user (subject to change).
  • Find all open or merged synced PRs in Gerrit here.
  • When the Gerrit CL is submitted the PR will be closed automatically.
  • In the future, a link to the Gerrit review will be added to the PR.