Author: christian.plesner.hansen
Date: Mon Sep 8 05:41:40 2008
New Revision: 207
Modified:
wiki/Contributing.wiki
Log:
Fixed formatting on Contributing page
Modified: wiki/Contributing.wiki
==============================================================================
--- wiki/Contributing.wiki (original)
+++ wiki/Contributing.wiki Mon Sep 8 05:41:40 2008
@@ -10,15 +10,11 @@
To work with the V8 code you need to download and
[http://code.google.com/apis/v8/build.html build] the development branch.
Active development of V8 takes place on a branch, `branches/bleeding_edge`,
from which we push "green" versions that have passed all tests to `trunk/`
every week or so. To get a read-only version of the development branch use:
-{{{
-svn checkout http://v8.googlecode.com/svn/branches/bleeding_edge/ v8
-}}}
+ `svn checkout http://v8.googlecode.com/svn/branches/bleeding_edge/ v8`
If you're a member of the V8 project you can get a writable version over
HTTPS:
-{{{
-svn checkout https://v8.googlecode.com/svn/branches/bleeding_edge/ v8
--username <username>
-}}}
+ `svn checkout https://v8.googlecode.com/svn/branches/bleeding_edge/ v8
--username <your username>`
This requires your generated [http://code.google.com/hosting/settings
googlecode.com password].
@@ -26,9 +22,7 @@
The source code of V8 follows the
[http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml Google C++
Style Guide] so you should familiarize yourself with those guidelines.
Before submitting code you must pass all our
[http://code.google.com/p/v8/wiki/Testing tests], and have to successfully
run the presubmit checks:
-{{{
-tools/presubmit.py
-}}}
+ `tools/presubmit.py`
All submissions, including submissions by project members, require review.
Non-members should email their submissions to the mailing list in the form
of a patch against the development (bleeding edge) branch. Members use the
Google-developed Subversion wrapper [http://code.google.com/p/gvn/ gvn].
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---