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:
Jeremy Leconte 2023-01-16 10:05:25 +01:00 committed by WebRTC LUCI CQ
parent 2d14479605
commit 5cca08648c
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@ a contribution can be accepted. Please complete the agreement for an
### Contributing your First Patch ### Contributing your First Patch
You must do some preparation in order to upload your first CL: 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) * Fill in the Contributor agreement (see above)
* If youve never submitted code before, you must add your * If youve never submitted code before, you must add your
(or your organizations in the case the contributor agreement is signed by (or your organizations 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, youre ready to upload: You will not have to repeat the above. After all that, youre 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 [AUTHORS]: https://webrtc.googlesource.com/src/+/refs/heads/main/AUTHORS
[new-password]: https://webrtc.googlesource.com/new-password [new-password]: https://webrtc.googlesource.com/new-password
[discuss-webrtc]: https://groups.google.com/forum/#!forum/discuss-webrtc [discuss-webrtc]: https://groups.google.com/forum/#!forum/discuss-webrtc

View File

@ -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 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 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` 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 $ cd /path/to/webrtc/src
$ git config user.email yourname@webrtc.org $ git config user.email <YOUR_WEBRTC_COMMITTER_EMAIL>
``` ```
## Example Applications ## Example Applications