//added CONTRIBUTING.md CONTRIBUTORS.md README.md

This commit is contained in:
vAugagneur
2012-11-22 11:21:19 +01:00
parent 7858ae97c1
commit 0b62fec31d
3 changed files with 100 additions and 0 deletions

12
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1,12 @@
Contributing
------------
PrestaShop is an open-source e-commerce solution - To contribute to our project, you can make pull requests on the development branch.
If you need some help to make a [pull-request][1]
All contributions must respect [the coding norm][2] and [the commit norm][3] in your pull-request.
All core files you commit in your pull request must have Open Software License (OSL 3.0)
All modules files you commit in your pull request must have Academic Free License (AFL 3.0)
[1]: https://help.github.com/articles/using-pull-requests
[2]: http://docs.prestashop.com/display/PS15/Coding+Standard
[3]: http://docs.prestashop.com/display/PS15/Commit+norme