Update CONTRIBUTING.md

This commit is contained in:
RDR8 2017-12-19 02:16:10 -06:00 committed by GitHub
parent c7e0dd9453
commit c126822f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ Use your best judgement, and feel free to propose changes to this document in a
- raylib is SIMPLE and EASY-TO-USE, I tried to keep it compact with a small set of functions, if a function is too complex or is not clearly useful, better not to include it. - raylib is SIMPLE and EASY-TO-USE, I tried to keep it compact with a small set of functions, if a function is too complex or is not clearly useful, better not to include it.
- raylib is open source and free; educators and institutions can use this tool to TEACH videogames programming completely by free. - raylib is open source and free; educators and institutions can use this tool to TEACH videogames programming completely by free.
- raylib is collaborative; contribution of tutorials / code-examples / bugs-solving / code-comments are highly appreciated. - raylib is collaborative; contribution of tutorials / code-examples / bugs-solving / code-comments are highly appreciated.
- raylib's license (and it's external libs respective licenses) allow using it for commercial products. - raylib's license (and its external libs respective licenses) allow using it for commercial products.
### Some interesting reads to start with ### Some interesting reads to start with