From 320feb400bed5771f43d8ff462b9da6dddf63d5c Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Tue, 11 Sep 2018 18:11:28 -0400 Subject: [PATCH] [CI-SKIP] Add note on 1.12.2 status to CONTRIBUTING.md --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62214a8fe4..85822d9e35 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,14 @@ Contributing to Paper ========================== PaperMC has a very lenient policy towards PRs, but would prefer that you try and adhere to the following guidelines. +## A notice on 1.12.2 +While we are continuing to support 1.12.2 through these initial 1.13 versions, we now +consider it a "stable" version. As such, we will not accept Pull Requests adding major +new features or any new API to this version. 1.12.2 is now in a "fixes only" state. + +Please target major feature additions and API additions to the master branch where we +are working to make 1.13 the best it can be. + ## Understanding Patches Patches to Paper are very simple, but center around the directories 'Paper-API' and 'Paper-Server'