@@ -11,21 +11,17 @@ thousands of hours of their own time, and made the source code freely
11
11
available under the [ Apache 2.0
12
12
license] ( https://github.com/SeleniumHQ/selenium/blob/master/COPYING ) .
13
13
14
- ## Pull requests
14
+ ## Pull Requests
15
15
16
- We accept pull requests from GitHub. When making the pull request,
17
- please indicate that you have filled in the
16
+ When making a pull request, please indicate that you have filled in the
18
17
[ CLA] ( https://spreadsheets.google.com/spreadsheet/viewform?hl=en_US&formkey=dFFjXzBzM1VwekFlOWFWMjFFRjJMRFE6MQ#gid=0 ) ,
19
18
otherwise it will take longer for us to land your patch.
20
19
21
- Merging pull requests cannot be done with the GitHub GUI. The email
22
- sent from GitHub can be used on your local repository or you can use
23
- the [ "power git
24
- checkout"] ( http://maven.apache.org/developers/conventions/git.html#power-git_checkout ) .
25
- We also like to keep a linear history on the master branch, and we
26
- will normally squash and rebase your patch. This means merges are
27
- disallowed, as they make reverting reverts a pain and generally make
28
- it more difficult to read our change lists.
20
+ We like to keep a linear history on the master branch,
21
+ and we will normally squash and rebase your PR to achieve this.
22
+ This means merge commits are disallowed,
23
+ as they make reverting reverts a pain
24
+ and generally make it more difficult to read our changelists.
29
25
30
26
## Building
31
27
0 commit comments