diff options
Diffstat (limited to 'doc/md/Development-guidelines.md')
-rw-r--r-- | doc/md/Development-guidelines.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/md/Development-guidelines.md b/doc/md/Development-guidelines.md new file mode 100644 index 00000000..1480ec89 --- /dev/null +++ b/doc/md/Development-guidelines.md | |||
@@ -0,0 +1,9 @@ | |||
1 | ## Development guidelines | ||
2 | |||
3 | Please have a look at the following pages: | ||
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: | ||
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 | ||
8 | - [[Unit tests]] | ||
9 | - [[GnuPG signature]] for tags/releases | ||