File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ on Github.
6262
6363This document will guide you through the contribution process.
6464
65- ### Step 1: Fork
65+ ### Step 1: Fork & Clone
6666
6767Fork the project [ on Github] ( https://github.com/seleniumhq/selenium )
68- and check out your copy locally. Use ` --depth 1 ` for a quick check out .
69- The repository is ~ 2GB and checking the whole history takes a while.
68+ and clone the repository locally. Use ` --depth 1 ` for a quick clone .
69+ The repository is over 2GB and cloning the whole history takes a while.
7070
7171``` shell
7272% git clone
[email protected] :username/selenium.git --depth 1
@@ -76,7 +76,7 @@ The repository is ~2GB and checking the whole history takes a while.
7676
7777#### Dependencies
7878
79- We bundle dependencies in the _ third-party/_ directory that is not
79+ We bundle dependencies in the _ third-party/_ directory that are not
8080part of the proper project. Any changes to files in this directory or
8181its subdirectories should be sent upstream to the respective projects.
8282Please don't send your patch to us as we cannot accept it.
You can’t perform that action at this time.
0 commit comments