From 6b2f40aea65c8393e68be1717b518d8ad21edbc5 Mon Sep 17 00:00:00 2001
From: Anthony Borghi <anthony.borghi@veremes.com>
Date: Tue, 26 Nov 2024 17:32:20 +0100
Subject: [PATCH] Template de bug premier jet

---
 .gitlab/issue_templates/Bug.md | 32 +++++++++++---------------------
 1 file changed, 11 insertions(+), 21 deletions(-)

diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md
index 67062601..703b359f 100644
--- a/.gitlab/issue_templates/Bug.md
+++ b/.gitlab/issue_templates/Bug.md
@@ -1,33 +1,23 @@
-## Summary
+_\[Mettre un titre compréhensible\]_
 
-(Summarize the bug encountered concisely)
+**Bug remonté par \[Nom de la personne qui a trouvé le bogue\] en tant que \[UTILISATEUR|DEVELOPPEUR|ADMINISTRATEUR\]**
 
-## Steps to reproduce
+Client concerné : \[Nom du client concerné s'il existe\]\
+Ticket : \[URL vers le ticket Zammad si existe\]
 
-(How one can reproduce the issue - this is very important)
+## Reproduction du bug
 
-## Example Project
+_\[Décrire les étapes pour reproduire le bug, capture d'écran, vidéo, GIF, Logs\]_
 
-(If possible, create an example project here on GitLab.com that exhibits the problematic
-behavior, and link to it here in the bug report.
-If you are using an older version of GitLab, this will also determine whether the bug has been fixed
-in a more recent version)
 
-## What is the current bug behavior?
+## Quel est le comportement attendu ?
 
-(What actually happens)
+_\[Décrire ce que l'application devrait normalement faire\]_
 
-## What is the expected correct behavior?
 
-(What you should see instead)
+## Aides à la résolution
 
-## Relevant logs and/or screenshots
-
-(Paste any relevant logs - use code blocks (```) to format console output, logs, and code, as
-it's very hard to read otherwise.)
-
-## Possible fixes
-
-(If you can, link to the line of code that might be responsible for the problem)
+_\[Si vous avez une piste sur l'origine du bug vous pouvez la décrire ici pour aider le développeur\]_
 
 /label ~bug
+/CC @manager
-- 
GitLab