Commit 6d9f4308 authored by Yegor's avatar Yegor

Merge pull request #1525 from yjbanov/contributing-update

add section on submitting code in CONTRIBUTING.md
parents a4e30ad9 15e7bdb5
......@@ -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
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
[Contributor License Agreement](https://cla.developers.google.com/clas).
You can do this online, and it only takes a minute.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment