aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMariell Hoversholm <[email protected]>2021-09-02 08:14:56 +0200
committerGitHub <[email protected]>2021-09-02 08:14:56 +0200
commit20903fcf5e227a1a03e2afd89f01bfe951b2b328 (patch)
tree7ed629051cacc0fdfafce7118811c4983569bf64 /CONTRIBUTING.md
parenta763f258da853a4669f0a35896a595ae0127fe11 (diff)
downloadPaper-20903fcf5e227a1a03e2afd89f01bfe951b2b328.tar.gz
Paper-20903fcf5e227a1a03e2afd89f01bfe951b2b328.zip
docs: drop table of contents; it's built into GH
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md32
1 files changed, 0 insertions, 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:**
-<!-- Please don't remove the following comments.
-To generate and update the TOC: https://github.com/mzlogin/vim-markdown-toc -->
-<!-- vim-markdown-toc GFM -->
-
-* [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)
-
-<!-- vim-markdown-toc -->
-
## Use a Personal Fork and not Organization
Paper will routinely modify your PR, whether it's a quick rebase or to take care