From 9874ab5bb1fa90f85ccb28de2035120e2deaf35f Mon Sep 17 00:00:00 2001 From: Laurin-W <59744144+Laurin-W@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:58:29 +0200 Subject: [PATCH] Update issue template --- .../refactoring_and_technical_evolution.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/refactoring_and_technical_evolution.md b/.github/ISSUE_TEMPLATE/refactoring_and_technical_evolution.md index 8551971b6..3f41a886c 100644 --- a/.github/ISSUE_TEMPLATE/refactoring_and_technical_evolution.md +++ b/.github/ISSUE_TEMPLATE/refactoring_and_technical_evolution.md @@ -1,17 +1,17 @@ --- -name: Refactoring et évolution technique -about: Proposer une amélioration du code existant (refactoring, restructuration, changement de responsabilité de composant...) -title: '' -labels: '' -assignees: '' +name: Refactoring and technical evolution +about: Suggest improvements to existing code (refactoring, restructuring, change of component responsibility, etc.) +title: ‘’ +labels: ‘’ +assignees: ‘’ --- -**Problématique** -Décrire ce qui ne convient pas dans le code actuel. +**Issue** +Describe what is wrong with the current code. -**Composants concernés** -Lister les composants impactés (services Moleculer, packages NPM...) +**Components affected** +List the components affected (Moleculer services, NPM packages, etc.). -**Proposition** -Décrire l'évolution technique proposée et pourquoi elle améliorerait le projet. +**Proposal** +Describe the proposed technical change and why it would improve the project.