From b5a82977099cfb955557a8940860e135c6c5767c Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@fusiondirectory.org>
Date: Mon, 12 Sep 2022 18:45:14 +0200
Subject: [PATCH] :docs: feat(graoup) add the explanation for the group label

Signed-off-by: Benoit Mortier <benoit.mortier@fusiondirectory.org>
---
 source/development/workflow-tickets.rst | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/source/development/workflow-tickets.rst b/source/development/workflow-tickets.rst
index a2569e4..669a83c 100644
--- a/source/development/workflow-tickets.rst
+++ b/source/development/workflow-tickets.rst
@@ -2,7 +2,7 @@ New ticket opened
 =================
 
 First the label of the dolibarr project should be added to it.
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 The dolibarr label are made like this : **PJYYYY**-project number
 
@@ -21,8 +21,13 @@ We have some basic project number that should always be used by default if there
 
 -  Dev Manual : **PJ2003-0343**
 
+.. warning::
+
+   if the label doesnt exist it need to be created at the group level
+   for exemple : `Group Label`_
+
 Second the component where the bug/enhancement is to be made should be specified
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 -  Example : fusiondirectory-core or plugin-xxx
 
@@ -74,8 +79,8 @@ if the change need a change in packaging
 
 -  The packaging ticket are linked back with the code fix ticket
 
-The bug is closed
------------------
+Ticket need to be closed
+========================
 
 -  Remove the **to be tested** label, and add one of the changelog label
    to specify what has been done.
@@ -95,3 +100,4 @@ version something has been changed and what the type of change it was
 .. _Debian Packaging : https://gitlab.fusiondirectory.org/debian
 .. _Centos Packaging : https://gitlab.fusiondirectory.org/centos
 .. _Ubuntu Packaging : https://gitlab.fusiondirectory.org/ubuntu
+.. _Group Label : https://gitlab.fusiondirectory.org/groups/fusiondirectory/-/labels
-- 
GitLab