Skip to content

Commit

Permalink
moving TOC on README and CONTRIBUTING
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Mar 25, 2015
1 parent b727fa7 commit 17dc63a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Contributing to Selenium

The Selenium project welcomes contributions from everyone. There are a
number of ways you can help:

## Table of Contents
- [Contributing to Selenium](#contributing-to-selenium)
- [Issue Contributions](#issue-contributions)
Expand All @@ -16,11 +21,6 @@
- [Stages of an Issue or PR](#stages-of-an-issue-or-pr)
- [Communication](#communication)

# Contributing to Selenium

The Selenium project welcomes contributions from everyone. There are a
number of ways you can help:

## Issue Contributions

When opening new issues or commenting on existing issues on this
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Selenium

Selenium is an umbrella project for various tools and libraries that
enable automation of web browsers. Amongst other things it provides
the support infrastructure for the [W3C WebDriver
specification](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html),
that lets you write interchangable code for all major web browsers.

The project is made possible by volunteer contributors who have put in
thousands of hours of their own time, and made the source code freely
available under the [Apache 2.0
license](https://github.com/SeleniumHQ/selenium/blob/master/COPYING).

## Table of Contents
- [Documentation](#documentation)
- [Pull Requests](#pull-requests)
Expand All @@ -14,19 +27,6 @@
- [Maven _per se_](#maven-_per-se_)
- [Useful Resources](#useful-resources)

# Selenium

Selenium is an umbrella project for various tools and libraries that
enable automation of web browsers. Amongst other things it provides
the support infrastructure for the [W3C WebDriver
specification](https://dvcs.w3.org/hg/webdriver/raw-file/tip/webdriver-spec.html),
that lets you write interchangable code for all major web browsers.

The project is made possible by volunteer contributors who have put in
thousands of hours of their own time, and made the source code freely
available under the [Apache 2.0
license](https://github.com/SeleniumHQ/selenium/blob/master/COPYING).

## Documentation

Narrative documentation:
Expand Down

0 comments on commit 17dc63a

Please sign in to comment.