Skip to content

Commit 876125f

Browse files
committed
CONTRIBUTING: add table of contents
... to make navigating through the document more straight forward.
1 parent 726b9b8 commit 876125f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ Contributing
44
Thank you for your interest in contributing to PHP_CodeSniffer!
55

66

7+
## Table of Contents
8+
9+
* [Reporting Bugs](#reporting-bugs)
10+
- [Reporting Security Issues](#reporting-security-issues)
11+
- [Support/Questions About Using PHP_CodeSniffer](#supportquestions-about-using-php_codesniffer)
12+
* [Contributing Without Writing Code](#contributing-without-writing-code)
13+
- [Bug Triage](#bug-triage)
14+
- [Testing Open Pull Requests](#testing-open-pull-requests)
15+
- [Writing sniff documentation](#writing-sniff-documentation)
16+
- [Other tasks](#other-tasks)
17+
* [Contributing With Code](#contributing-with-code)
18+
- [Requesting/Submitting New Features](#requestingsubmitting-new-features)
19+
- [Getting started](#getting-started)
20+
- [While working on a patch](#while-working-on-a-patch)
21+
- [Writing tests](#writing-tests)
22+
- [Submitting your pull request](#submitting-your-pull-request)
23+
* [Licensing](#licensing)
24+
25+
726
## Reporting Bugs
827

928
Please search the [open issues](https://github.com/PHPCSStandards/PHP_CodeSniffer/issues) to see if your issue has been reported

0 commit comments

Comments
 (0)