From 20903fcf5e227a1a03e2afd89f01bfe951b2b328 Mon Sep 17 00:00:00 2001 From: Mariell Hoversholm Date: Thu, 2 Sep 2021 08:14:56 +0200 Subject: [PATCH] docs: drop table of contents; it's built into GH --- CONTRIBUTING.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6c64cf39e..73b74306c9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,38 +4,6 @@ PaperMC is happy you're willing to contribute to our projects. We are usually very lenient with all submitted PRs, but there are still some guidelines you can follow to make the approval process go more smoothly. -**Table of contents:** - - - -* [Use a Personal Fork and not Organization](#use-a-personal-fork-and-not-organization) -* [Requirements](#requirements) -* [Understanding Patches](#understanding-patches) -* [Adding Patches](#adding-patches) -* [Modifying Patches](#modifying-patches) - * [Method 1](#method-1) - * [Method 2 - Fixup commits](#method-2---fixup-commits) - * [Manual method](#manual-method) - * [Automatic method](#automatic-method) -* [PR Policy](#pr-policy) -* [Rebasing PRs](#rebasing-prs) -* [Formatting](#formatting) -* [Patch Notes](#patch-notes) -* [Obfuscation Helpers](#obfuscation-helpers) -* [Configuration files](#configuration-files) - * [PaperConfig example](#paperconfig-example) - * [PaperWorldConfig example](#paperworldconfig-example) -* [Testing API changes](#testing-api-changes) - * [Using the Paper Test Plugin](#using-the-paper-test-plugin) - * [Publishing to Maven local (use in external plugins)](#publishing-to-maven-local-use-in-external-plugins) -* [Frequently Asked Questions](#frequently-asked-questions) - * [I can't find the NMS file I need!](#i-cant-find-the-nms-file-i-need) - * [My commit doesn't need a build, what do I do?](#my-commit-doesnt-need-a-build-what-do-i-do) - * [Patching and building is *really* slow, what can I do?](#patching-and-building-is-really-slow-what-can-i-do) - - - ## Use a Personal Fork and not Organization Paper will routinely modify your PR, whether it's a quick rebase or to take care