mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Update issue templates (en français ou anglais)
Some checks failed
CI/CD Pipeline for Backend / build_and_push_backend (push) Failing after 21s
CI/CD Pipeline for Nginx Router / build_and_push_nginx (push) Failing after 21s
CI/CD Pipeline for Frontend / build_and_push_frontend (push) Failing after 20s
Tests / tests (client) (push) Failing after 1m6s
Tests / tests (server) (push) Failing after 57s
Some checks failed
CI/CD Pipeline for Backend / build_and_push_backend (push) Failing after 21s
CI/CD Pipeline for Nginx Router / build_and_push_nginx (push) Failing after 21s
CI/CD Pipeline for Frontend / build_and_push_frontend (push) Failing after 20s
Tests / tests (client) (push) Failing after 1m6s
Tests / tests (server) (push) Failing after 57s
Pour améliorer la qualité et la constance
This commit is contained in:
parent
c1baab6275
commit
dff5b3c85f
2 changed files with 58 additions and 0 deletions
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
38
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Créez un rapport pour nous aider à améliorer / Create a report to help us improve
|
||||||
|
title: "[BUG] "
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Décrivez le bug / Describe the bug**
|
||||||
|
Une description claire et concise du bug. / A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**Pour reproduire / To Reproduce**
|
||||||
|
Étapes pour reproduire le comportement : / Steps to reproduce the behavior:
|
||||||
|
1. Aller à '...' / Go to '...'
|
||||||
|
2. Cliquer sur '...' / Click on '...'
|
||||||
|
3. Faites défiler jusqu'à '...' / Scroll down to '...'
|
||||||
|
4. Voir l'erreur / See error
|
||||||
|
|
||||||
|
**Comportement attendu / Expected behavior**
|
||||||
|
Une description claire et concise de ce que vous attendiez. / A clear and concise description of what you expected to happen.
|
||||||
|
|
||||||
|
**Captures d'écran / Screenshots**
|
||||||
|
Si applicable, ajoutez des captures d'écran pour aider à expliquer votre problème. / If applicable, add screenshots to help explain your problem.
|
||||||
|
|
||||||
|
**Ordinateur (veuillez compléter les informations suivantes) / Desktop (please complete the following information):**
|
||||||
|
- Système d'exploitation : [par exemple, Windows, macOS, Linux] / OS: [e.g. Windows, macOS, Linux]
|
||||||
|
- Navigateur : [par exemple, Chrome, Firefox, Safari] / Browser [e.g. Chrome, Firefox, Safari]
|
||||||
|
- Version : [par exemple, 22] / Version [e.g. 22]
|
||||||
|
|
||||||
|
**Smartphone (veuillez compléter les informations suivantes) / Smartphone (please complete the following information):**
|
||||||
|
- Appareil : [par exemple, iPhone6, Samsung Galaxy S10] / Device: [e.g. iPhone6, Samsung Galaxy S10]
|
||||||
|
- Système d'exploitation : [par exemple, iOS 14.4, Android 11] / OS: [e.g. iOS 14.4, Android 11]
|
||||||
|
- Navigateur : [par exemple, navigateur par défaut, Safari] / Browser [e.g. stock browser, Safari]
|
||||||
|
- Version : [par exemple, 22] / Version [e.g. 22]
|
||||||
|
|
||||||
|
**Contexte supplémentaire / Additional context**
|
||||||
|
Ajoutez tout autre contexte concernant le problème ici. / Add any other context about the problem here.
|
||||||
20
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
20
.github/ISSUE_TEMPLATE/feature-request.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggérez une idée pour ce projet / Suggest an idea for this project
|
||||||
|
title: "[FEATURE] "
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Votre demande de fonctionnalité est-elle liée à un problème ? Veuillez décrire. / Is your feature request related to a problem? Please describe.**
|
||||||
|
Une description claire et concise du problème. Par exemple, je suis toujours frustré lorsque [...] / A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||||
|
|
||||||
|
**Décrivez la solution que vous souhaitez / Describe the solution you'd like**
|
||||||
|
Une description claire et concise de ce que vous voulez qu'il se passe. / A clear and concise description of what you want to happen.
|
||||||
|
|
||||||
|
**Décrivez les alternatives que vous avez envisagées / Describe alternatives you've considered**
|
||||||
|
Une description claire et concise de toute autre solution ou fonctionnalité que vous avez envisagée. / A clear and concise description of any alternative solutions or features you've considered.
|
||||||
|
|
||||||
|
**Contexte supplémentaire / Additional context**
|
||||||
|
Ajoutez tout autre contexte ou capture d'écran concernant la demande de fonctionnalité ici. / Add any other context or screenshots about the feature request here.
|
||||||
Loading…
Reference in a new issue