From b855f175bc34f13e3ea03b2c0f978a7d59df6514 Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Wed, 27 May 2020 11:02:09 +0200 Subject: [PATCH] Improve translation of issue templates --- .gitlab/issue_templates/Bug.md | 10 ++++++---- .gitlab/issue_templates/NewFeature.md | 5 +++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitlab/issue_templates/Bug.md b/.gitlab/issue_templates/Bug.md index 112a61073..1dd1200af 100644 --- a/.gitlab/issue_templates/Bug.md +++ b/.gitlab/issue_templates/Bug.md @@ -1,8 +1,10 @@ -### Concerned version +### Environment -Version: %X.X.X +LemonLDAP::NG version: (version number) -Platform: (Nginx/Apache/Node.js) +Operating system: (distribution and version) + +Web server: (Nginx/Apache/Node.js/...) ### Summary @@ -11,7 +13,7 @@ Summarize the bug encountered concisely ### Logs ``` -Set here the logs using debug mode if possible. Attach it as file if it's too big +Include the logs using logLevel = debug if possible. Attach it as file if it's too big ``` ### Backends used diff --git a/.gitlab/issue_templates/NewFeature.md b/.gitlab/issue_templates/NewFeature.md index b6992f9b7..838d59f1b 100644 --- a/.gitlab/issue_templates/NewFeature.md +++ b/.gitlab/issue_templates/NewFeature.md @@ -1,7 +1,8 @@ ### Summary -Summarize the new feature encountered concisely +Summarize the proposed new feature concisely ### Design proposition -Describe here the process imaginated (interface design suggest, proposed process,…) +Detail your proposed implementation (interface design, architecture, impact on +current behavior,…)