Skip to content

Commit

Permalink
CONTRIBUTING: add table of contents
Browse files Browse the repository at this point in the history
... to make navigating through the document more straight forward.
  • Loading branch information
jrfnl committed Mar 26, 2024
1 parent 726b9b8 commit 876125f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ Contributing
Thank you for your interest in contributing to PHP_CodeSniffer!


## Table of Contents

* [Reporting Bugs](#reporting-bugs)
- [Reporting Security Issues](#reporting-security-issues)
- [Support/Questions About Using PHP_CodeSniffer](#supportquestions-about-using-php_codesniffer)
* [Contributing Without Writing Code](#contributing-without-writing-code)
- [Bug Triage](#bug-triage)
- [Testing Open Pull Requests](#testing-open-pull-requests)
- [Writing sniff documentation](#writing-sniff-documentation)
- [Other tasks](#other-tasks)
* [Contributing With Code](#contributing-with-code)
- [Requesting/Submitting New Features](#requestingsubmitting-new-features)
- [Getting started](#getting-started)
- [While working on a patch](#while-working-on-a-patch)
- [Writing tests](#writing-tests)
- [Submitting your pull request](#submitting-your-pull-request)
* [Licensing](#licensing)


## Reporting Bugs

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

0 comments on commit 876125f

Please sign in to comment.