Add templates for gitlab issues and merge requests 16/28716/3
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 27 Apr 2023 16:46:08 +0000 (18:46 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 5 May 2023 11:07:28 +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: I01b4e849aba18fc1982bfe65257b462c4b231f77
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".