From b62d439a9de3604550616afece5e004fb6c0b6a7 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Tue, 12 Sep 2017 14:16:23 +0200 Subject: [PATCH] Adding an issues template for backporting code Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be> --- .gitlab/issue_templates/Backporting.md | 32 ++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .gitlab/issue_templates/Backporting.md diff --git a/.gitlab/issue_templates/Backporting.md b/.gitlab/issue_templates/Backporting.md new file mode 100644 index 000000000..faf593771 --- /dev/null +++ b/.gitlab/issue_templates/Backporting.md @@ -0,0 +1,32 @@ +### Description + +<!-- Required --> +<!-- Description of the issue --> + +### Source FusionDirectory Version + +<!-- Required --> +<!-- FusionDirectory version where the code come from --> + +### Destination FusionDirectory Version + +<!-- Required --> +<!-- FusionDirectory version where the code sould go --> + +### Plugin with the new code + +<!-- Required --> +<!-- Name of the plugin --> + +### Reason of Backporting code + +<!-- Required --> + +### What defect does it correct + +<!-- Required --> +<!-- Why do we backport this code --> + +### Additional Information +<!-- optional --> +<!-- Any additional information, configuration or data that might be necessary to reproduce the issue. --> -- GitLab