diff options
author | Alexander Harkness <me@bearbin.net> | 2016-04-07 12:45:58 +0200 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2016-04-07 12:45:58 +0200 |
commit | 3b3fc9733919b4161c68384de6374ee09f0135ef (patch) | |
tree | 4ae0108202b9340bdc64da4837bc3af4367c72f6 /README.md | |
parent | Merge pull request #3128 from LogicParrot/typo (diff) | |
parent | Rewrite README.md's contribution section (diff) | |
download | cuberite-3b3fc9733919b4161c68384de6374ee09f0135ef.tar cuberite-3b3fc9733919b4161c68384de6374ee09f0135ef.tar.gz cuberite-3b3fc9733919b4161c68384de6374ee09f0135ef.tar.bz2 cuberite-3b3fc9733919b4161c68384de6374ee09f0135ef.tar.lz cuberite-3b3fc9733919b4161c68384de6374ee09f0135ef.tar.xz cuberite-3b3fc9733919b4161c68384de6374ee09f0135ef.tar.zst cuberite-3b3fc9733919b4161c68384de6374ee09f0135ef.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 ----------- |