Update WebRTC doc related to webrtc.org accounts.
Change-Id: I814ad512f1dbec7aa0938f12becbb8367ac5d63a Bug: None Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290887 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Jeremy Leconte <jleconte@google.com> Cr-Commit-Position: refs/heads/main@{#39110}
This commit is contained in:
parent
2d14479605
commit
5cca08648c
@ -20,7 +20,7 @@ a contribution can be accepted. Please complete the agreement for an
|
||||
### Contributing your First Patch
|
||||
You must do some preparation in order to upload your first CL:
|
||||
|
||||
* [Check out and build the code][check out and build the code]
|
||||
* [Check out and build the code][Check out and build the code]
|
||||
* Fill in the Contributor agreement (see above)
|
||||
* If you’ve never submitted code before, you must add your
|
||||
(or your organization’s in the case the contributor agreement is signed by
|
||||
@ -34,7 +34,7 @@ You must do some preparation in order to upload your first CL:
|
||||
|
||||
You will not have to repeat the above. After all that, you’re ready to upload:
|
||||
|
||||
[Check out and the build code]: https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/development/index.md
|
||||
[Check out and build the code]: https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/development/index.md
|
||||
[AUTHORS]: https://webrtc.googlesource.com/src/+/refs/heads/main/AUTHORS
|
||||
[new-password]: https://webrtc.googlesource.com/new-password
|
||||
[discuss-webrtc]: https://groups.google.com/forum/#!forum/discuss-webrtc
|
||||
|
||||
@ -197,13 +197,13 @@ find info on how to run trybots and applying for try rights.
|
||||
|
||||
Many WebRTC committers are also Chromium committers. To make sure to use the
|
||||
right account for pushing commits to WebRTC, use the `user.email` Git config
|
||||
setting. The recommended way is to have the chromium.org account set globally
|
||||
setting. The recommended way is to have the chromium committer account set globally
|
||||
as described at the [depot tools setup page][depot-tools] and then set `user.email`
|
||||
locally for the WebRTC repos using (change to your webrtc.org address):
|
||||
locally for the WebRTC repos using:
|
||||
|
||||
```
|
||||
$ cd /path/to/webrtc/src
|
||||
$ git config user.email yourname@webrtc.org
|
||||
$ git config user.email <YOUR_WEBRTC_COMMITTER_EMAIL>
|
||||
```
|
||||
|
||||
## Example Applications
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user