diff options
Diffstat (limited to 'doc/md/Development-guidelines.md')
-rw-r--r-- | doc/md/Development-guidelines.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/md/Development-guidelines.md b/doc/md/Development-guidelines.md index 1480ec89..3a248767 100644 --- a/doc/md/Development-guidelines.md +++ b/doc/md/Development-guidelines.md | |||
@@ -2,8 +2,8 @@ | |||
2 | 2 | ||
3 | Please have a look at the following pages: | 3 | Please have a look at the following pages: |
4 | - [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md) | 4 | - [Contributing to Shaarli](https://github.com/shaarli/Shaarli/tree/master/CONTRIBUTING.md) |
5 | - [[Static analysis]] - patches should try to stick to the [PHP Standard Recommendations](http://www.php-fig.org/psr/) (PSR), especially: | 5 | - [Static analysis](Static analysis) - patches should try to stick to the [PHP Standard Recommendations](http://www.php-fig.org/psr/) (PSR), especially: |
6 | - [PSR-1](http://www.php-fig.org/psr/psr-1/) - Basic Coding Standard | 6 | - [PSR-1](http://www.php-fig.org/psr/psr-1/) - Basic Coding Standard |
7 | - [PSR-2](http://www.php-fig.org/psr/psr-2/) - Coding Style Guide | 7 | - [PSR-2](http://www.php-fig.org/psr/psr-2/) - Coding Style Guide |
8 | - [[Unit tests]] | 8 | - [Unit tests](Unit tests) |
9 | - [[GnuPG signature]] for tags/releases | 9 | - [GnuPG signature](GnuPG signature) for tags/releases |