From 190a85b027b2279af3fbed477fdd7ab6929705fc Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 27 Apr 2023 13:10:24 +0200 Subject: [PATCH] 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 --- .gitlab/issue_templates/mytemplate.md | 2 ++ .gitlab/merge_request_templates/mytemplate.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitlab/issue_templates/mytemplate.md create mode 100644 .gitlab/merge_request_templates/mytemplate.md 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". -- 2.16.6