]>
Commit | Line | Data |
---|---|---|
53ed6d7d | 1 | ## Development guidelines |
2 | ||
3 | Please have a look at the following pages: | |
43ad7c8e | 4 | |
53ed6d7d | 5 | - [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md) |
0433c688 | 6 | - [Static analysis](Static analysis) - patches should try to stick to the [PHP Standard Recommendations](http://www.php-fig.org/psr/) (PSR), especially: |
53ed6d7d | 7 | - [PSR-1](http://www.php-fig.org/psr/psr-1/) - Basic Coding Standard |
8 | - [PSR-2](http://www.php-fig.org/psr/psr-2/) - Coding Style Guide | |
0433c688 | 9 | - [Unit tests](Unit tests) |
10 | - [GnuPG signature](GnuPG signature) for tags/releases |