From 8699566075d79a7f3d4db169cc7f0e3b64911020 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 27 Apr 2023 13:53:26 +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: 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 | 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 diff --git a/.gitlab/issue_templates/default.md b/.gitlab/issue_templates/default.md new file mode 100644 index 000000000..bca6c09e4 --- /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 000000000..5b02effeb --- /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". -- 2.16.6