commit | d358873fd7c2afebea0bf859c333e4cad742255b | [log] [tgz] |
---|---|---|
author | Toby Huang <tobyhuang@chromium.org> | Thu Apr 01 21:47:34 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 01 21:47:34 2021 |
tree | 9b581604ef8bb93369917b9bfe780101202546b5 | |
parent | 9f730e29e62ce8bbfc93df494fb9a0c945c36f12 [diff] |
Doc: Add tips about git new-branch --upstream_current and git cl issue This CL adds tips about `git new-branch --upstream_current` and `git cl issue` to commit_checklist.md. This CL also adds some tips about testing. Bug: None Change-Id: I446ba3fd4997058fd26ae032013cd470cc1ee0fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2796214 Auto-Submit: Toby Huang <tobyhuang@chromium.org> Reviewed-by: Zork <zork@chromium.org> Commit-Queue: Zork <zork@chromium.org> Cr-Commit-Position: refs/heads/master@{#868688}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.