From c9c9200d777e39f0464cf7ffba1613a45fa6ffa6 Mon Sep 17 00:00:00 2001
From: Julien Michel <julien.michel@cnes.fr>
Date: Fri, 12 Jan 2018 11:22:34 +0100
Subject: [PATCH] DOC: Adding gitlab templates for issues

---
 .gitlab/issue_templates/bugs.md                  | 13 +++++++++++++
 .gitlab/issue_templates/documentation_changes.md |  9 +++++++++
 .gitlab/issue_templates/feature_request.md       |  3 +++
 .gitlab/issue_templates/request_for_comments.md  | 12 ++++++++++++
 4 files changed, 37 insertions(+)
 create mode 100644 .gitlab/issue_templates/bugs.md
 create mode 100644 .gitlab/issue_templates/documentation_changes.md
 create mode 100644 .gitlab/issue_templates/feature_request.md
 create mode 100644 .gitlab/issue_templates/request_for_comments.md

diff --git a/.gitlab/issue_templates/bugs.md b/.gitlab/issue_templates/bugs.md
new file mode 100644
index 0000000000..adccec4314
--- /dev/null
+++ b/.gitlab/issue_templates/bugs.md
@@ -0,0 +1,13 @@
+## Title of the bug
+
+### Description
+
+Describe what happens and why you think it is a bug
+
+### Steps to reproduce
+
+Describe as precisely as possible how to reproduce the bug. Try to isolate a minimal number of steps. Also describe reproducibility (always, random ...).
+
+### Configuration information
+
+OS, OTB version or tag, information related to build (binaries, superbuild, system libs ...)
diff --git a/.gitlab/issue_templates/documentation_changes.md b/.gitlab/issue_templates/documentation_changes.md
new file mode 100644
index 0000000000..8150068589
--- /dev/null
+++ b/.gitlab/issue_templates/documentation_changes.md
@@ -0,0 +1,9 @@
+## Title of the documentation change requested
+
+### Target documentation ressources
+
+Can be a combination of Software guide, cookbook, doxygen, blog, applications doc, websites
+
+### Change requested
+
+Describe precisely the changes that are required.
diff --git a/.gitlab/issue_templates/feature_request.md b/.gitlab/issue_templates/feature_request.md
new file mode 100644
index 0000000000..fc0a276426
--- /dev/null
+++ b/.gitlab/issue_templates/feature_request.md
@@ -0,0 +1,3 @@
+## Title of the requested feature
+
+Short summary of the requested feature
diff --git a/.gitlab/issue_templates/request_for_comments.md b/.gitlab/issue_templates/request_for_comments.md
new file mode 100644
index 0000000000..d8e9cc3bdc
--- /dev/null
+++ b/.gitlab/issue_templates/request_for_comments.md
@@ -0,0 +1,12 @@
+## Title of the resquest for comments
+
+### What changes will be made and why they would make a better Orfeo ToolBox?
+
+#### High level description
+
+#### Risks and benefits
+
+#### Alternatives for implementations
+
+### Who will be developing the proposed changes?
+
-- 
GitLab