From a9d3d08e40f64a345e5188f53c0b443706027ae5 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Fri, 26 Sep 2014 19:03:57 -0500 Subject: [PATCH] Add CONTRIBUTING.md file to help contributors know how to contribute --- CONTRIBUTING.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..feb8e8ac29 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,14 @@ +Contributing +------------ + +Chamilo LMS is a free software, community-driven project. + +If you'd like to contribute, please read the following document: + +* [Coding conventions][1]: The main conventions document +* [PSR-1][2]: PSR-1 are standard conventions rules we use as a base (conversion of old code still in progress) +* [PSR-2][3]: PSR-2 are more detailed standard conventions rules we use as base (conversion of old code still in progress) + +[1]: https://support.chamilo.org/projects/chamilo-18/wiki/Coding_conventions +[2]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md +[3]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md