add section on submitting code in CONTRIBUTING.md
This commit is contained in:
parent
a4e30ad9b1
commit
15e7bdb549
@ -134,6 +134,13 @@ If you made multiple commits for a single pull request, either make sure each on
|
|||||||
message explaining that specific commit, or squash your commits into one single checkin with a
|
message explaining that specific commit, or squash your commits into one single checkin with a
|
||||||
detailed message before sending the pull request.
|
detailed message before sending the pull request.
|
||||||
|
|
||||||
|
To submit your changes to the `master` branch, use one of the following methods:
|
||||||
|
|
||||||
|
* Wait for one of the project maintainers to submit it for you
|
||||||
|
* Click the green "Merge pull request" button on the GitHub UI of your pull
|
||||||
|
request (requires commit access)
|
||||||
|
* `git push upstream name_of_your_branch:master` (requires commit access)
|
||||||
|
|
||||||
You must complete the
|
You must complete the
|
||||||
[Contributor License Agreement](https://cla.developers.google.com/clas).
|
[Contributor License Agreement](https://cla.developers.google.com/clas).
|
||||||
You can do this online, and it only takes a minute.
|
You can do this online, and it only takes a minute.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user