From fc30aee8bd08a002d7c8182708d62ea1b7814e4b Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Wed, 20 Jun 2018 11:45:47 +0200
Subject: [PATCH] CONTRIBUTING.md: add git flow link

---
 CONTRIBUTING.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 446d181..fd3bccf 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -66,6 +66,8 @@ ml <module_name>/<module_version>
 After pushing your modifications to your forked repository, you can make a Merge Request to the [PSMN/modules](https://gitlab.biologie.ens-lyon.fr/PSMN/modules) **dev** branch. Where it will be tested and 
 integrated to the **master** branch.
 
+You can read more on this process [here](https://guides.github.com/introduction/flow/)
+
 ## Migrate old module to the new module system
 
 To convert an old module to the new module system you can run the following
-- 
GitLab