From 21977ad72bccabe16077bcc7a39f106ff3b4c0d3 Mon Sep 17 00:00:00 2001 From: Kristian Rosenvold Date: Tue, 15 Jan 2013 07:24:51 +0100 Subject: [PATCH 1/2] KristianRosenvold: Updated the README.md file to include git/github --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 115862552ea47..159bded08b8ce 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +# Selenium git repositories + +The authorative master repository of selenium is at [](https://code.google.com/p/selenium/). It is mirrored on +github, which may be found at [](https://github.com/SeleniumHQ/selenium). + +# Pull requests + +We accept pull requests from github. When making the pull request, please indicate that +you have filled in the [CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0) + + [Selenium 2.0](http://code.google.com/p/selenium/) builds with **its own build technology** called [CrazyFun](http://code.google.com/p/selenium/wiki/CrazyFunBuild) - that's From 207999a47cd1574b62532bf97999e5315c66f944 Mon Sep 17 00:00:00 2001 From: Kristian Rosenvold Date: Tue, 15 Jan 2013 07:37:00 +0100 Subject: [PATCH 2/2] KristianRosenvold: Added bits about merging pull requests --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 159bded08b8ce..42777218eed08 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ github, which may be found at [](https://github.com/SeleniumHQ/selenium). We accept pull requests from github. When making the pull request, please indicate that you have filled in the [CLA](https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0) +Merging pull requests cannot be done with the Github gui. The email sent from github can be used on +your local repository or you can use the "power git checkout" at the bottom of [](http://maven.apache.org/developers/conventions/git.html). + [Selenium 2.0](http://code.google.com/p/selenium/) builds with **its own build technology** called