From: Jan-Simon Moeller Date: Thu, 27 Apr 2023 11:10:24 +0000 (+0200) Subject: Add templates for gitlab issues and merge requests X-Git-Tag: 15.91.0~12 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=190a85b027b2279af3fbed477fdd7ab6929705fc;p=AGL%2FAGL-repo.git Add templates for gitlab issues and merge requests 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 Change-Id: I9c4a7cc67ff565503184674b3853bc2f382c4fef --- diff --git a/.gitlab/issue_templates/mytemplate.md b/.gitlab/issue_templates/mytemplate.md new file mode 100644 index 00000000..bca6c09e --- /dev/null +++ b/.gitlab/issue_templates/mytemplate.md @@ -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 index 00000000..5b02effe --- /dev/null +++ b/.gitlab/merge_request_templates/mytemplate.md @@ -0,0 +1,2 @@ +**Please use https://gerrit.automotivelinux.org for code contributions.** +See also: https://docs.automotivelinux.org/ chapter "How to contribute".