2017-01-26 18:52:54 +01:00
|
|
|
## Development guidelines
|
|
|
|
|
|
|
|
Please have a look at the following pages:
|
2017-08-05 11:56:24 +02:00
|
|
|
|
2017-01-26 18:52:54 +01:00
|
|
|
- [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md)
|
2018-02-24 18:46:11 +01:00
|
|
|
- [Static analysis](Static-analysis) - patches should try to stick to the
|
|
|
|
[PHP Standard Recommendations](http://www.php-fig.org/psr/) (PSR), especially:
|
2017-01-26 18:52:54 +01:00
|
|
|
- [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
|
2018-02-24 18:46:11 +01:00
|
|
|
- [Unit tests](Unit-tests)
|
|
|
|
- Javascript linting - Shaarli uses [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript).
|
|
|
|
Run `make eslint` to check JS style.
|
|
|
|
- [GnuPG signature](GnuPG-signature) for tags/releases
|