File tree 2 files changed +18
-18
lines changed
2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change
1
+ # Contributing to Selenium
2
+
3
+ The Selenium project welcomes contributions from everyone. There are a
4
+ number of ways you can help:
5
+
1
6
## Table of Contents
2
7
- [ Contributing to Selenium] ( #contributing-to-selenium )
3
8
- [ Issue Contributions] ( #issue-contributions )
16
21
- [ Stages of an Issue or PR] ( #stages-of-an-issue-or-pr )
17
22
- [ Communication] ( #communication )
18
23
19
- # Contributing to Selenium
20
-
21
- The Selenium project welcomes contributions from everyone. There are a
22
- number of ways you can help:
23
-
24
24
## Issue Contributions
25
25
26
26
When opening new issues or commenting on existing issues on this
Original file line number Diff line number Diff line change
1
+ # Selenium
2
+
3
+ Selenium is an umbrella project for various tools and libraries that
4
+ enable automation of web browsers. Amongst other things it provides
5
+ the support infrastructure for the [ W3C WebDriver
6
+ specification] ( https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html ) ,
7
+ that lets you write interchangable code for all major web browsers.
8
+
9
+ The project is made possible by volunteer contributors who have put in
10
+ thousands of hours of their own time, and made the source code freely
11
+ available under the [ Apache 2.0
12
+ license] ( https://github.com/SeleniumHQ/selenium/blob/master/COPYING ) .
13
+
1
14
## Table of Contents
2
15
- [ Documentation] ( #documentation )
3
16
- [ Pull Requests] ( #pull-requests )
14
27
- [ Maven _ per se_ ] ( #maven-_per-se_ )
15
28
- [ Useful Resources] ( #useful-resources )
16
29
17
- # Selenium
18
-
19
- Selenium is an umbrella project for various tools and libraries that
20
- enable automation of web browsers. Amongst other things it provides
21
- the support infrastructure for the [ W3C WebDriver
22
- specification] ( https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html ) ,
23
- that lets you write interchangable code for all major web browsers.
24
-
25
- The project is made possible by volunteer contributors who have put in
26
- thousands of hours of their own time, and made the source code freely
27
- available under the [ Apache 2.0
28
- license] ( https://github.com/SeleniumHQ/selenium/blob/master/COPYING ) .
29
-
30
30
## Documentation
31
31
32
32
Narrative documentation:
You can’t perform that action at this time.
0 commit comments