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.
62
62
63
63
This document will guide you through the contribution process.
64
64
65
- ### Step 1: Fork
65
+ ### Step 1: Fork & Clone
66
66
67
67
Fork 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.
70
70
71
71
``` shell
72
72
% git clone git@github.com:username/selenium.git --depth 1
@@ -76,7 +76,7 @@ The repository is ~2GB and checking the whole history takes a while.
76
76
77
77
#### Dependencies
78
78
79
- We bundle dependencies in the _ third-party/_ directory that is not
79
+ We bundle dependencies in the _ third-party/_ directory that are not
80
80
part of the proper project. Any changes to files in this directory or
81
81
its subdirectories should be sent upstream to the respective projects.
82
82
Please don't send your patch to us as we cannot accept it.
You can’t perform that action at this time.
0 commit comments