Skip to content

Commit b727fa7

Browse files
ddavisonandreastt
authored andcommitted
docs: adding toc to some files
Signed-off-by: Andreas Tolfsen <[email protected]>
1 parent d1a0d43 commit b727fa7

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CONTRIBUTING.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## Table of Contents
2+
- [Contributing to Selenium](#contributing-to-selenium)
3+
- [Issue Contributions](#issue-contributions)
4+
- [Documentation Contributions](#documentation-contributions)
5+
- [Code Contributions](#code-contributions)
6+
- [Step 1: Fork](#step-1-fork)
7+
- [Dependencies](#dependencies)
8+
- [License Headers](#license-headers)
9+
- [Step 2: Branch](#step-2-branch)
10+
- [Step 3: Commit](#step-3-commit)
11+
- [Step 4: Rebase](#step-4-rebase)
12+
- [Step 5: Test](#step-5-test)
13+
- [Step 6: Sign the CLA](#step-6-sign-the-cla)
14+
- [Step 7: Push](#step-7-push)
15+
- [Step 8: Integration](#step-8-integration)
16+
- [Stages of an Issue or PR](#stages-of-an-issue-or-pr)
17+
- [Communication](#communication)
18+
119
# Contributing to Selenium
220

321
The Selenium project welcomes contributions from everyone. There are a

README.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## Table of Contents
2+
- [Documentation](#documentation)
3+
- [Pull Requests](#pull-requests)
4+
- [Building](#building)
5+
- [Buck](#buck)
6+
- [Requirements](#requirements)
7+
- [Optional Requirements](#optional-requirements)
8+
- [Internet Explorer Driver](#internet-explorer-driver)
9+
- [Common Tasks](#common-tasks)
10+
- [Tour](#tour)
11+
- [Maven POM files](#maven-pom-files)
12+
- [Build Output](#build-output)
13+
- [Help with *go*](#help-with-go)
14+
- [Maven _per se_](#maven-_per-se_)
15+
- [Useful Resources](#useful-resources)
16+
117
# Selenium
218

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

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

0 commit comments

Comments
 (0)