Add templates for gitlab issues and merge requests 17/28717/2
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 27 Apr 2023 16:45:22 +0000 (18:45 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 5 May 2023 11:07:23 +0000 (11:07 +0000)
Notify users to use jira.automotivelinux.org and
gerrit.automotivelinux.org in the default messages.

Bug-AGL: SPEC-4774
Change-Id: I224e8a09895994405aa587a8ce2c519a91b38edf
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
.gitlab/issue_templates/default.md [new file with mode: 0644]
.gitlab/merge_request_templates/default.md [new file with mode: 0644]

diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md
new file mode 100644 (file)
index 0000000..bca6c09
--- /dev/null
@@ -0,0 +1,2 @@
+**Please use https://jira.automotivelinux.org  for issues.**
+See also: https://docs.automotivelinux.org/ chapter "How to contribute".
diff --git a/.gitlab/merge_request_templates/default.md b/.gitlab/merge_request_templates/default.md
new file mode 100644 (file)
index 0000000..5b02eff
--- /dev/null
@@ -0,0 +1,2 @@
+**Please use https://gerrit.automotivelinux.org  for code contributions.**
+See also: https://docs.automotivelinux.org/ chapter "How to contribute".