Skip to content

Commit bb62614

Browse files
committed
Update CONTRIBUTING.md
Closes #52410 GitOrigin-RevId: a81636f Change-Id: I70efc8015e4bf3c1c4d6f230de8e0d1a735d636a Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/303680 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 2369a3b commit bb62614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We occasionally take pull requests, e.g., for comment changes, but the main flow
2626

2727
## Submitting patches directly from GitHub
2828

29-
This repository uses Gerrit for code reviews, rather than GitHub PRs. However, you may submit a GitHub PR from the GitHub interface, e.g. to edit some API documentation, and it will be automatically converted into a Gerrit CL by copybara. You can find the link to that CL from the GitHub "checks" interface, it will be the "details" of the "copybara" check. The PR will be automatically closed when the CL is reviewed and landed.
29+
This repository uses [Gerrit for code reviews](https://dart-review.googlesource.com/), rather than GitHub PRs. However, you may submit [a GitHub PR ](https://github.com/dart-lang/sdk/pulls), e.g. to edit some API documentation, and it will be automatically converted into a Gerrit CL by a copybara-service bot. You can find the link to that CL as a comment left on the PR by the bot. Any changes made to the PR after opening will also be sync'ed by the bot into the Gerrit review. The PR will be automatically closed when the CL is reviewed and landed.
3030

3131
## Setting up the environment
3232

@@ -38,7 +38,7 @@ To work with the Dart code, you need to download and build the development branc
3838

3939
## Starting a patch with git
4040

41-
Create a new branch using `git new-branch` (this is a command added by the aforementioned depot_tools).
41+
Create a new branch using `git new-branch` (this is a command added by the aforementioned depot_tools).
4242

4343
You can be in any branch when you run `git new-branch`.
4444

0 commit comments

Comments
 (0)