summaryrefslogtreecommitdiffstats
path: root/.gitlab
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2023-04-27 18:46:08 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-05 11:07:28 +0000
commitd82fb7b402d1b3346fc99aca591bb647110133fc (patch)
treeb058ecc91cd0fd7f2a0d35c319d0c56ce22babd1 /.gitlab
parent26cdf42b8a4d8f15768f93cf0895a359a3412638 (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 Change-Id: I01b4e849aba18fc1982bfe65257b462c4b231f77 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/default.md2
-rw-r--r--.gitlab/merge_request_templates/default.md2
2 files changed, 4 insertions, 0 deletions
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".