From ec03c487fdc8457d4aa5d16477746e9899cfae6f Mon Sep 17 00:00:00 2001 From: Fabrice Gangler <fabrice.gangler@adullact.org> Date: Tue, 13 Sep 2022 11:55:59 +0200 Subject: [PATCH] Update Bug.md --- .gitlab/issue_templates/Bug.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 293fe28..1044852 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -1,41 +1,41 @@ -## Summary +## Résumé -<!-- Briefly summarize the bug --> +<!-- Résumez brièvement le bug --> -## Steps to reproduce +## Étapes pour reproduire le bug -<!-- What do you need to do to reproduce the bug? --> +<!-- Que devez-vous faire pour reproduire le bug ? --> -## Actual behavior +## Comportement actuel -<!-- What actually happens --> +<!-- Ce qui se passe réellement --> -## Expected behavior +## Comportement attendu -<!-- What you should see instead --> +<!-- Ce que vous devriez voir à la place --> -## Relevant logs and/or screenshots +## Logs et/ou captures d'écran pertinents -<!-- Paste the logs inside of the code blocks (```) - below so it would be easier to read. --> +<!-- Collez les logs à l'intérieur des blocs de code (```) + ci-dessous afin qu'ils soient plus faciles à lire. --> <details> -<summary> Log </summary> +<summary> Journal </summary> ```sh -Add the log here +Ajoutez le journal ici ``` </details> -## Possible fixes +## Corrections possibles -<!-- If you can, link to the line of code - that might be responsible for the problem --> +<!-- Si vous le pouvez, faites un lien vers la ligne de code + qui pourrait être responsable du problème --> -- GitLab