]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - doc/md/Development-guidelines.md
46b7c6f8dd4c69b1179bb6a27d2ee3619163b4dd
[github/shaarli/Shaarli.git] / doc / md / Development-guidelines.md
1 ## Development guidelines
2
3 Please have a look at the following pages:
4
5 - [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md)
6 - [Static analysis](Static-analysis) - patches should try to stick to the
7 [PHP Standard Recommendations](http://www.php-fig.org/psr/) (PSR), especially:
8 - [PSR-1](http://www.php-fig.org/psr/psr-1/) - Basic Coding Standard
9 - [PSR-2](http://www.php-fig.org/psr/psr-2/) - Coding Style Guide
10 - [Unit tests](Unit-tests)
11 - Javascript linting - Shaarli uses [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript).
12 Run `make eslint` to check JS style.
13 - [GnuPG signature](GnuPG-signature) for tags/releases