From d82fb7b402d1b3346fc99aca591bb647110133fc Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 27 Apr 2023 18:46:08 +0200 Subject: Add templates for gitlab issues and merge requests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .gitlab/issue_templates/default.md | 2 ++ .gitlab/merge_request_templates/default.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .gitlab/issue_templates/default.md create mode 100644 .gitlab/merge_request_templates/default.md (limited to '.gitlab') diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md new file mode 100644 index 00000000..bca6c09e --- /dev/null +++ b/.gitlab/issue_templates/default.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/default.md b/.gitlab/merge_request_templates/default.md new file mode 100644 index 00000000..5b02effe --- /dev/null +++ b/.gitlab/merge_request_templates/default.md @@ -0,0 +1,2 @@ +**Please use https://gerrit.automotivelinux.org for code contributions.** +See also: https://docs.automotivelinux.org/ chapter "How to contribute". -- cgit 1.2.3-korg