From 8d24e03b440ed5de90cae41f45d116c8f7e0f87c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 26 Jul 2015 12:54:17 -0400 Subject: Update documentation --- docs/contributing.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/contributing.markdown') diff --git a/docs/contributing.markdown b/docs/contributing.markdown index a6b9029c..955ea5cd 100644 --- a/docs/contributing.markdown +++ b/docs/contributing.markdown @@ -56,8 +56,8 @@ Pull-requests are always welcome, however to be accepted you have to follow thos - If you want to add a new feature, respect the philosophy behind Kanboard. **We focus on simplicity**, we don't want to have a bloated software. - The same apply for the user interface, **simplicity and efficiency**. - Send only one pull-request per feature or bug fix, your patch will be merged into one single commit in the master branch. -- Make sure the [unit tests pass](http://kanboard.net/documentation/tests). -- Respect the [coding standards](http://kanboard.net/documentation/coding-standards). +- Make sure the [unit tests pass](tests.markdown). +- Respect the [coding standards](coding-standards.makrdown). - Write maintainable code, avoid code duplication, use PHP good practices. In any case, if you are not sure about something open a new ticket. -- cgit v1.2.3