aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Development-guidelines.md
blob: 3a24876721f1c9ec1dcd4c71f5b8ca403eea6fc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
## Development guidelines

Please have a look at the following pages:
- [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md)
- [Static analysis](Static analysis) - patches should try to stick to the [PHP Standard Recommendations](http://www.php-fig.org/psr/) (PSR), especially:
    - [PSR-1](http://www.php-fig.org/psr/psr-1/) - Basic Coding Standard
    - [PSR-2](http://www.php-fig.org/psr/psr-2/) - Coding Style Guide
- [Unit tests](Unit tests)
- [GnuPG signature](GnuPG signature) for tags/releases