You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
714 B
15 lines
714 B
10 years ago
|
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
|