summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWoazboat <f.kargl@posteo.de>2016-02-21 19:36:05 +0100
committerWoazboat <f.kargl@posteo.de>2016-02-26 21:18:13 +0100
commitf8ef939a8aa2b388169ca911d4f5af0662ade6c2 (patch)
tree9babb0aaf8035f9db61f19c2d1f71021143258c7
parentMerge pull request #3052 from cuberite/FixIntGens (diff)
downloadcuberite-f8ef939a8aa2b388169ca911d4f5af0662ade6c2.tar
cuberite-f8ef939a8aa2b388169ca911d4f5af0662ade6c2.tar.gz
cuberite-f8ef939a8aa2b388169ca911d4f5af0662ade6c2.tar.bz2
cuberite-f8ef939a8aa2b388169ca911d4f5af0662ade6c2.tar.lz
cuberite-f8ef939a8aa2b388169ca911d4f5af0662ade6c2.tar.xz
cuberite-f8ef939a8aa2b388169ca911d4f5af0662ade6c2.tar.zst
cuberite-f8ef939a8aa2b388169ca911d4f5af0662ade6c2.zip
-rw-r--r--CONTRIBUTING.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ebe43f58b..4cd96afdd 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,3 +1,11 @@
+How to contribute to Cuberite
+-----------------------------
+Thank you for your interest in Cuberite. Contributing to Cuberite is easy, just fork the project on GitHub, make your changes and submit a pull request to get your code merged. That's all there is to it.
+Check out [GETTING-STARTED.md](https://github.com/cuberite/cuberite/blob/master/GETTING-STARTED.md) for more information about setting up the development environment for Cuberite, finding issues to work on, etc...
+
+If you are new to open source and/or GitHub, or just aren't sure about some details in the contribution process, here's a tutorial to get you started:
+[How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
+
Code Conventions
----------------