You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The code of conduct is described in [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
14
14
2. Implement your code changes into separate branch
15
15
3. Make sure all PHPUnit tests passes and code-style matches PSR-2 (see below). We also have Travis CI build which will automatically run tests on your pull request.
16
16
4. When implementing notable change, fix or a new feature, add record to Unreleased section of [CHANGELOG.md](CHANGELOG.md)
17
-
5. Submit your [pull request](https://github.com/php-webdriver/php-webdriver/pulls) against `master` branch
17
+
5. Submit your [pull request](https://github.com/php-webdriver/php-webdriver/pulls) against `main` branch
18
18
19
19
When you are going to contribute, please keep in mind that this webdriver client aims to be as close as possible to other languages Java/Ruby/Python/C#.
20
20
FYI, here is the overview of [the official Java API](http://seleniumhq.github.io/selenium/docs/api/java/)
0 commit comments