From 36aacef90bde106b27f6178ca3a5c4aadb0c9909 Mon Sep 17 00:00:00 2001
From: Laurent Modolo <laurent.modolo@ens-lyon.fr>
Date: Fri, 16 Apr 2021 10:05:19 +0200
Subject: [PATCH] CONTRIBUTING.md: add Forking definition

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

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 3d74be83..9b4a9751 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,6 +3,12 @@
 When contributing to this repository, please first discuss the change you wish to make via issues,
 email, or on the [ENS-Bioinfo channel](https://matrix.to/#/#ens-bioinfo:matrix.org) before making a change. 
 
+## Forking
+
+In git, the [action of forking](https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project) means that you are going to make your own private copy of a repository. You can then write modifications in your project, and if they are of interest for the source repository create a merge request (here [LBMC/nextflow](https://gitbio.ens-lyon.fr/LBMC/nextflow)). Merge requests are sent to the source repository to ask the maintainers to integrate modifications.
+
+![merge request button](img/merge_request.png)
+
 ## Project organization
 
 The `LBMC/nextflow` project is structured as follows:
-- 
GitLab