summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2023-04-27 18:45:22 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-05 11:07:23 +0000
commit5e47cdec0baa36942f67497924f0c96817b8a485 (patch)
treed92d1462d127150120b58c0a64929478ffbf7de8
parent7baf8fb6dc8ed74332b7b587efae6097a4470237 (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: I224e8a09895994405aa587a8ce2c519a91b38edf Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-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".