From e37ce6b5de52fabb74962bd482f27ae986dd62b5 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 ff70eaf733..f82f09552a 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