From 2797f8891a5c36e83bec59e610b0b64e0895200e Mon Sep 17 00:00:00 2001
From: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Date: Tue, 13 Feb 2024 22:58:56 +0100
Subject: [PATCH] Add gitlab issue/merge request templates

Add template files for gitlab

Bug-AGL: SPEC-4474
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I584677a0705f04568113d3d4ce550750a56fb01f
---
 .gitlab/issue_templates/mytemplate.md         | 3 +++
 .gitlab/merge_request_templates/mytemplate.md | 3 +++
 2 files changed, 6 insertions(+)
 create mode 100644 .gitlab/issue_templates/mytemplate.md
 create mode 100644 .gitlab/merge_request_templates/mytemplate.md

diff --git a/.gitlab/issue_templates/mytemplate.md b/.gitlab/issue_templates/mytemplate.md
new file mode 100644
index 0000000..25d91d8
--- /dev/null
+++ b/.gitlab/issue_templates/mytemplate.md
@@ -0,0 +1,3 @@
+**Please use https://gerrit.automotivelinux.org  for code contributions.**
+See also: https://docs.automotivelinux.org/ chapter "How to contribute".
+
diff --git a/.gitlab/merge_request_templates/mytemplate.md b/.gitlab/merge_request_templates/mytemplate.md
new file mode 100644
index 0000000..25d91d8
--- /dev/null
+++ b/.gitlab/merge_request_templates/mytemplate.md
@@ -0,0 +1,3 @@
+**Please use https://gerrit.automotivelinux.org  for code contributions.**
+See also: https://docs.automotivelinux.org/ chapter "How to contribute".
+
-- 
2.16.6