From a3a7347ca401e96b3b13dea662a8228e559b9cec Mon Sep 17 00:00:00 2001
From: Tuan Duong Quang <tuan.duongquang@tuvsud.com>
Date: Mon, 14 Feb 2022 14:41:04 +0000
Subject: [PATCH] rename servant-->develop

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

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 598eb53ef..5d926a0a1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -31,13 +31,13 @@ The sim@openpass source code can be found [here](https://gitlab.eclipse.org/ecli
 
 To build the project, follow the guide in "pathToRepo\sim\doc\OSI World Setup Guide.pdf".
 
-The branch 'servant' contains the contributions that will be included in the next release. The 'main' branch contains the latest stable release.
+The branch 'develop' contains the contributions that will be included in the next release. The 'main' branch contains the latest stable release.
 
 ### Committer contribution process
 
 1.  (you) Discuss your planned contribution with the project lead first.
 2.  (you) If needed, create the Issue on GitLab and assign it to yourself.
-3.  (you) In GitLab, create a merge request. The related branch will be created from the branch 'servant'.
+3.  (you) In GitLab, create a merge request. The related branch will be created from the branch 'develop'.
 4.  (you) Work on it and respect the following points:
     - Stick to the [coding guideline](https://wiki.eclipse.org/images/3/3f/OpenPASS_Conventions.pdf)
     - Amend the documentation if necessary
@@ -45,5 +45,5 @@ The branch 'servant' contains the contributions that will be included in the nex
     - Make sure, the code base with your contribution compiles
 5.	(you) Assign the issue to another committer.
 6.	(other committer) Review the code.
-7.	(other committer) To merge new branch into 'servant' you can close the merge request via GitLab.
+7.	(other committer) To merge new branch into 'develop' you can close the merge request via GitLab.
 8.	(you) Present your contribution to the openPASS WG
-- 
GitLab