Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(650)

Side by Side Diff: README.md

Issue 1342803004: Add information on how to contribute to the README (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 V8 JavaScript Engine 1 V8 JavaScript Engine
2 ============= 2 =============
3 3
4 V8 is Google's open source JavaScript engine. 4 V8 is Google's open source JavaScript engine.
5 5
6 V8 implements ECMAScript as specified in ECMA-262. 6 V8 implements ECMAScript as specified in ECMA-262.
7 7
8 V8 is written in C++ and is used in Google Chrome, the open source 8 V8 is written in C++ and is used in Google Chrome, the open source
9 browser from Google. 9 browser from Google.
10 10
(...skipping 13 matching lines...) Expand all
24 To stay up to date, run 24 To stay up to date, run
25 25
26 git pull origin 26 git pull origin
27 gclient sync 27 gclient sync
28 28
29 For fetching all branches, add the following into your remote 29 For fetching all branches, add the following into your remote
30 configuration in `.git/config`: 30 configuration in `.git/config`:
31 31
32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* 32 fetch = +refs/branch-heads/*:refs/remotes/branch-heads/*
33 fetch = +refs/tags/*:refs/tags/* 33 fetch = +refs/tags/*:refs/tags/*
34
35
36 Contributing
37 =============
38
39 Please follow the instructions mentioned on the
40 [V8 wiki](https://code.google.com/p/v8-wiki/wiki/Contributing).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698