Skip to content

Commit 17dc63a

Browse files
committed
moving TOC on README and CONTRIBUTING
1 parent b727fa7 commit 17dc63a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

Diff for: CONTRIBUTING.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Contributing to Selenium
2+
3+
The Selenium project welcomes contributions from everyone. There are a
4+
number of ways you can help:
5+
16
## Table of Contents
27
- [Contributing to Selenium](#contributing-to-selenium)
38
- [Issue Contributions](#issue-contributions)
@@ -16,11 +21,6 @@
1621
- [Stages of an Issue or PR](#stages-of-an-issue-or-pr)
1722
- [Communication](#communication)
1823

19-
# Contributing to Selenium
20-
21-
The Selenium project welcomes contributions from everyone. There are a
22-
number of ways you can help:
23-
2424
## Issue Contributions
2525

2626
When opening new issues or commenting on existing issues on this

Diff for: README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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+
114
## Table of Contents
215
- [Documentation](#documentation)
316
- [Pull Requests](#pull-requests)
@@ -14,19 +27,6 @@
1427
- [Maven _per se_](#maven-_per-se_)
1528
- [Useful Resources](#useful-resources)
1629

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-
3030
## Documentation
3131

3232
Narrative documentation:

0 commit comments

Comments
 (0)