From 8d77f788e7b626b9fda633e600405f720bfad8f7 Mon Sep 17 00:00:00 2001 From: hablich Date: Tue, 15 Sep 2015 00:52:58 -0700 Subject: [PATCH] [Docs] Add information on how to contribute to the README I noticed after reading a few GitHub comments that the information about contributing to V8 is hard to find. I think it makes sense to add this information to the README. NOTRY=true R=jochen@chromium.org, seththompson@chromium.org LOG=N Review URL: https://codereview.chromium.org/1342803004 Cr-Commit-Position: refs/heads/master@{#30730} --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5cd4b5811..804df5edb 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,10 @@ configuration in `.git/config`: fetch = +refs/branch-heads/*:refs/remotes/branch-heads/* fetch = +refs/tags/*:refs/tags/* + + +Contributing +============= + +Please follow the instructions mentioned on the +[V8 wiki](https://code.google.com/p/v8-wiki/wiki/Contributing). -- 2.34.1