From 5f119667f027f677f5226c30e1c5e4929c05b8f0 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Wed, 20 Dec 2023 20:46:22 +0100 Subject: [PATCH] Add table of contents to CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 699a4d1..2255206 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,6 +3,14 @@ This guide explains how you can contribute to this project. This can be in the form of a bug report or issue, for example, or as a feature in a pull request. +## Table of Contents + +- [Report a Bug or Issue](#report-a-bug-or-issue) +- [Fix a Bug or add a new Feature](#fix-a-bug-or-add-a-new-feature) +- [Testing, Linting and Formatting](#testing-linting-and-formatting) +- [Code Style Guidelines](#code-style-guidelines) +- [Project Setup](#project-setup) + ## Report a Bug or Issue - We use GitHub issues to track bugs and feature requests.