From adaed28b785dcd3696ca658f1b7bf306519e8d49 Mon Sep 17 00:00:00 2001
From: bmortier <benoit.mortier@opensides.be>
Date: Thu, 26 Oct 2017 13:53:02 +0200
Subject: [PATCH] Merge branch
 '5723-move-how_to_contribute-page-from-the-wiki-to-developper-documentation'
 into '1.3-dev'

Resolve "move how_to_contribute page from the wiki to developper documentation"

Closes #5723

See merge request !61
---
 CONTRIBUTING.md | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bdbcab221..bcd444bcf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,12 +10,13 @@
 2. [Code of Conduct](#code-of-conduct)
 3. [I just have a question!](#i-just-have-a-question)
 4. [How Can I Contribute?](#how-can-i-contribute)
+    * [Translate FusionDirectory in your language](#translate-fusiondirectory)
     * [Finding Wonderful Bugs](#finding-wonderful-bugs)
     * [Any Feedback To Enhance Our Apps](#any-feedback-to-enhance-our-apps)
     * [Your Awesome And Mighty Codes Contributions](#your-awesome-and-mighty-codes-contributions)
 5. [Coding with style](#coding-with-style)
     * [Git Commit Messages](#git-commit-messages)
-    * [PHP Style Guide](#php-style-guide
+    * [PHP Style Guide](#php-style-guide)
 6. [Licensing](#licensing)
 
 ---
@@ -68,7 +69,15 @@ We have an various channel of communications
 
 ## How Can I Contribute?
 
-So, you've developed a new cool feature? Fixed an annoying bug? Found a mistake? We'd be happy to hear from you! :+1:
+So, you've developed a new cool feature? Fixed an annoying bug? Found a mistake? Want to help translate FusionDirectory in your own language. We'd be happy to hear from you! :+1:
+
+### Translate FusionDirectory
+
+We are using [Transifex](https://www.transifex.com/fusiondirectory/FusionDirectory-1x/) to translate FusionDirectory.
+
+* Create a transifex account
+* Ask to be added to the language group you want to translate
+* Start translating
 
 ### Register for a FusionDirectory project account
 
-- 
GitLab