From 876125f72678760546110d8bc36957ab061689f5 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 18 Mar 2024 17:52:43 +0100 Subject: [PATCH] CONTRIBUTING: add table of contents ... to make navigating through the document more straight forward. --- .github/CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 17d9c9b2f9..57c70e8ba3 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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