Add templates for gitlab issues and merge requests 63/28663/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 27 Apr 2023 11:10:24 +0000 (13:10 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 27 Apr 2023 11:11:29 +0000 (11:11 +0000)
Notify users to use jira.automotivelinux.org and
gerrit.automotivelinux.org in the default messages.

Bug-AGL: SPEC-4774
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I9c4a7cc67ff565503184674b3853bc2f382c4fef

.gitlab/issue_templates/mytemplate.md [new file with mode: 0644]
.gitlab/merge_request_templates/mytemplate.md [new file with mode: 0644]

diff --git a/.gitlab/issue_templates/mytemplate.md b/.gitlab/issue_templates/mytemplate.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/mytemplate.md b/.gitlab/merge_request_templates/mytemplate.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".