diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-27 13:10:24 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-27 11:11:29 +0000 |
commit | 190a85b027b2279af3fbed477fdd7ab6929705fc (patch) | |
tree | c78cc83366e0c5d3399df1f84f10d333bde1f449 /.gitlab | |
parent | cf618c603d2d887e0142e90257e92853a90a6a35 (diff) |
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 <jsmoeller@linuxfoundation.org>
Change-Id: I9c4a7cc67ff565503184674b3853bc2f382c4fef
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/mytemplate.md | 2 | ||||
-rw-r--r-- | .gitlab/merge_request_templates/mytemplate.md | 2 |
2 files changed, 4 insertions, 0 deletions
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". |