summaryrefslogtreecommitdiff
path: root/docs/contributing.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'docs/contributing.markdown')
-rw-r--r--docs/contributing.markdown4
1 files changed, 2 insertions, 2 deletions
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.