Skip to content

Commit

Permalink
docs: adding toc to some files
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Tolfsen <ato@mozilla.com>
  • Loading branch information
ddavison authored and andreastt committed Mar 25, 2015
1 parent d1a0d43 commit b727fa7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## Table of Contents
- [Contributing to Selenium](#contributing-to-selenium)
- [Issue Contributions](#issue-contributions)
- [Documentation Contributions](#documentation-contributions)
- [Code Contributions](#code-contributions)
- [Step 1: Fork](#step-1-fork)
- [Dependencies](#dependencies)
- [License Headers](#license-headers)
- [Step 2: Branch](#step-2-branch)
- [Step 3: Commit](#step-3-commit)
- [Step 4: Rebase](#step-4-rebase)
- [Step 5: Test](#step-5-test)
- [Step 6: Sign the CLA](#step-6-sign-the-cla)
- [Step 7: Push](#step-7-push)
- [Step 8: Integration](#step-8-integration)
- [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
Expand Down
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## Table of Contents
- [Documentation](#documentation)
- [Pull Requests](#pull-requests)
- [Building](#building)
- [Buck](#buck)
- [Requirements](#requirements)
- [Optional Requirements](#optional-requirements)
- [Internet Explorer Driver](#internet-explorer-driver)
- [Common Tasks](#common-tasks)
- [Tour](#tour)
- [Maven POM files](#maven-pom-files)
- [Build Output](#build-output)
- [Help with *go*](#help-with-go)
- [Maven _per se_](#maven-_per-se_)
- [Useful Resources](#useful-resources)

# Selenium

Selenium is an umbrella project for various tools and libraries that
Expand Down Expand Up @@ -61,7 +77,7 @@ In this case, `javascript/atoms` is the module directory,
and `run` is the action to run on that target.

As you see *build targets* scroll past in the log,
you may want to run them individually.
you may want to run them individually.
crazyfun can run them individually,
by target name as long as `:run` is appended (see above).

Expand Down

0 comments on commit b727fa7

Please sign in to comment.