Add templates for gitlab issues and merge requests
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Thu, 27 Apr 2023 11:53:26 +0000 (13:53 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 27 Apr 2023 16:41:46 +0000 (18:41 +0200)
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: I05f485dd60d89839f6e64602b55f170fbbb58515
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28715
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

.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".