From f35b59e37f4a3f46e763df4efc23f1f247817b3c Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Thu, 7 Apr 2016 13:22:17 +0300 Subject: [PATCH] Rewrite README.md's contribution section --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 378f2fc88..2c9c38ada 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,13 @@ Contributing Cuberite is licensed under the Apache License V2, and we welcome anybody to fork and submit a Pull Request back with their changes, and if you want to join as a permanent member we can add you to the team. -Check out the [CONTRIBUTING.md](https://github.com/cuberite/cuberite/blob/master/CONTRIBUTING.md) file for more details. +Cuberite is developed in C++ and Lua. To contribute code, please check out [GETTING-STARTED.md](https://github.com/cuberite/cuberite/blob/master/GETTING-STARTED.md) and [CONTRIBUTING.md](https://github.com/cuberite/cuberite/blob/master/CONTRIBUTING.md) for more details. + +Plugins are written in Lua. You can contribute by developing plugins and submitting them to [the forum](https://forum.cuberite.org/forum-2.html). please check out our [plugin introduction guide](http://api-docs.cuberite.org/Writing-a-Cuberite-plugin.html) for more info. + +If you are not a programmer, you can help by testing Cuberite and reporting bugs. See [TESTING.md](https://github.com/cuberite/cuberite/blob/master/TESTING.md) for details. + +You can also help with documentation by contributing to the [User's Manual](https://github.com/cuberite/users-manual). Other Stuff -----------