diff options
author | Zach Brown <[email protected]> | 2018-09-11 18:11:28 -0400 |
---|---|---|
committer | Zach Brown <[email protected]> | 2018-09-11 18:11:28 -0400 |
commit | 320feb400bed5771f43d8ff462b9da6dddf63d5c (patch) | |
tree | c744d7691c052e1658501cc518f612f9fce06e4f /CONTRIBUTING.md | |
parent | 9fe29f979c40ecdce72d9fdb661d8e211a952600 (diff) | |
download | Paper-320feb400bed5771f43d8ff462b9da6dddf63d5c.tar.gz Paper-320feb400bed5771f43d8ff462b9da6dddf63d5c.zip |
[CI-SKIP] Add note on 1.12.2 status to CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 8 insertions, 0 deletions
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' |