diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-08-30 12:06:19 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-08-30 12:06:19 -0400 |
commit | 94469d567bfa4e634570ff909b9a9b0886a8cde8 (patch) | |
tree | 0e4f22b6986997ee79c08a40e15aafee39d484ae /doc/contributing.markdown | |
parent | 345c4caea49d50063d0af65440946002fe79912e (diff) |
Update documentation
Diffstat (limited to 'doc/contributing.markdown')
-rw-r--r-- | doc/contributing.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.markdown b/doc/contributing.markdown index 955ea5cd..63c56782 100644 --- a/doc/contributing.markdown +++ b/doc/contributing.markdown @@ -57,7 +57,7 @@ Pull-requests are always welcome, however to be accepted you have to follow thos - 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](tests.markdown). -- Respect the [coding standards](coding-standards.makrdown). +- Respect the [coding standards](coding-standards.markdown). - Write maintainable code, avoid code duplication, use PHP good practices. In any case, if you are not sure about something open a new ticket. |