From 595a0d89e94904627be65dc8da5afbf0ab7f6bb1 Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Wed, 4 Nov 2020 14:17:35 +0100 Subject: [PATCH] Rephrase gitlab template --- .gitlab/issue_templates/NewFeature.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/issue_templates/NewFeature.md b/.gitlab/issue_templates/NewFeature.md index b6992f9b7..80ea2353b 100644 --- a/.gitlab/issue_templates/NewFeature.md +++ b/.gitlab/issue_templates/NewFeature.md @@ -1,7 +1,7 @@ ### Summary -Summarize the new feature encountered concisely +Summarize the desired feature concisely ### Design proposition -Describe here the process imaginated (interface design suggest, proposed process,…) +Describe here the proposed implementation of this feature (interface design suggestions, general architecture, pseudo-code,…)