diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-02-13 23:23:00 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-02-13 23:23:00 +0100 |
commit | ca648efe0b0b85ab13c6e30d7196619260539f05 (patch) | |
tree | 9ac181f94ad2aaa804c9cd01e9b167c68b83a0ec | |
parent | 0a68b2c12704a51e32a83d0af13bda395679f757 (diff) |
Add gitlab issue/merge request templatesricefish_17.90.0ricefish/17.90.017.90.0
Add template files for gitlab
Bug-AGL: SPEC-4474
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I15e8ff9bfe6f500925240b0e2cccfb90cfaef080
-rw-r--r-- | .gitlab/issue_templates/mytemplate.md | 3 | ||||
-rw-r--r-- | .gitlab/merge_request_templates/mytemplate.md | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/mytemplate.md b/.gitlab/issue_templates/mytemplate.md index bca6c09e..25d91d81 100644 --- a/.gitlab/issue_templates/mytemplate.md +++ b/.gitlab/issue_templates/mytemplate.md @@ -1,2 +1,3 @@ -**Please use https://jira.automotivelinux.org for issues.** +**Please use https://gerrit.automotivelinux.org for code contributions.** 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 index 5b02effe..25d91d81 100644 --- a/.gitlab/merge_request_templates/mytemplate.md +++ b/.gitlab/merge_request_templates/mytemplate.md @@ -1,2 +1,3 @@ **Please use https://gerrit.automotivelinux.org for code contributions.** See also: https://docs.automotivelinux.org/ chapter "How to contribute". + |