MyShaarli/doc/md/Development-guidelines.md

11 lines
541 B
Markdown
Raw Normal View History

## Development guidelines
Please have a look at the following pages:
- [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md)
2017-06-18 06:32:30 +02:00
- [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
2017-06-18 06:32:30 +02:00
- [Unit tests](Unit tests)
- [GnuPG signature](GnuPG signature) for tags/releases