Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
15e7bdb5
Commit
15e7bdb5
authored
Feb 02, 2016
by
yjbanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add section on submitting code in CONTRIBUTING.md
parent
a4e30ad9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
CONTRIBUTING.md
CONTRIBUTING.md
+7
-0
No files found.
CONTRIBUTING.md
View file @
15e7bdb5
...
@@ -134,6 +134,13 @@ If you made multiple commits for a single pull request, either make sure each on
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment