updated versions within contribution guide and readme (#2175)
authormutec <mutec@users.noreply.github.com>
Fri, 3 Feb 2017 19:31:14 +0000 (20:31 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 3 Feb 2017 19:31:14 +0000 (20:31 +0100)
* updated versions within contribution guide

* updated versions within readme file

CONTRIBUTING.md
README.md

index 413adbb87baad0642d1e8dab5c144d0ef0d22f42..8d42eceaea4b74922806246fd87c34f5aaedf828 100644 (file)
@@ -3,11 +3,11 @@ CONTRIBUTING
 
 First of all: Thanks for your interest in contributing to WoltLab Suite Core! However, you have to meet some requirements in order to get your changes accepted.
 
-**Notice:** This is the stable tree of WCF 2.1.x, if you wish to submit pull requests for WCF 2.0.x, please select the branch "2.0". 
+**Notice:** This is the stable tree of WSC 3.0.x, if you wish to submit pull requests for WCF 2.1.x, please select the branch "2.1". 
 
 General requirements
 --------------------
-- **API changes are undesirable**, we want to maintain full backwards compatibility to WCF 2.0.x
+- **API changes are undesirable**, we want to maintain full backwards compatibility to WCF 2.1.x
 - Testing is the key, you MUST try out your changes before submitting pull requests. It saves us and yourself a lot of time.
 - The code SHOULD be written by yourself, otherwise you have to check the license beforehand with regard to compatibility and give the proper credit to the original author.
 
index bb8a3c8ed13bbfe311794fd5f82fd08f3f7df6cd..f2aeaff9486c662c4a86d577f4d48a6f24fd2d10 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@ _Formerly known as [WoltLab Community Framework](https://community.woltlab.com/t
 Version notes
 -------------
 
-This is the **EXPERIMENTAL/crash-for-sure** tree of WoltLab Suite Core, it contains work in progress subject to change. At no point it is guaranteed to yield a successful build.
+This is the **stable** tree of WoltLab Suite Core, changes will be rejected unless they fix an existing issue without changing the API.
 
 Other versions:
-- **stable** branch: [WCF 2.1.x](https://github.com/WoltLab/WCF/tree/master)
-- **oldstable** branch: [WCF 2.0.x](https://github.com/WoltLab/WCF/tree/2.0)
+- **oldstable** branch: [WCF 2.1.x](https://github.com/WoltLab/WCF/tree/2.1)
+- **oldoldstable** branch: [WCF 2.0.x](https://github.com/WoltLab/WCF/tree/2.0)
 
 About Redactor II
 -----------------
@@ -26,7 +26,7 @@ Redactor II is **NOT** free software!
 Contribution
 ------------
 
-For information on contributing to WoltLab Suite Core refer to CONTRIBUTING.md in this folder.
+For information on contributing to WoltLab Suite Core refer to [CONTRIBUTING.md](CONTRIBUTING.md) in this folder.
 
 License
 -------