diff options
author | nodiscc <nodiscc@gmail.com> | 2017-06-18 06:32:30 +0200 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2017-06-18 06:32:30 +0200 |
commit | 0433c688b9be6097b85a8fec31b3dacd0ab81677 (patch) | |
tree | 74f18e5c6c993ec0c920a96c3321f82831388de8 /doc/md/Development-guidelines.md | |
parent | 460ce50115e5f5a1183c3c410fd76636ee5c4716 (diff) | |
download | Shaarli-0433c688b9be6097b85a8fec31b3dacd0ab81677.tar.gz Shaarli-0433c688b9be6097b85a8fec31b3dacd0ab81677.tar.zst Shaarli-0433c688b9be6097b85a8fec31b3dacd0ab81677.zip |
make htmlpages
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 |