From e43eb739bf6912e1432fbbcf3fc6a0344471f7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Fri, 15 Jul 2022 07:50:35 +0000 Subject: [PATCH] Add contributing note --- About-GitLab-CI,-forks-and-merge-requests.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/About-GitLab-CI,-forks-and-merge-requests.md b/About-GitLab-CI,-forks-and-merge-requests.md index 8296430..058ab16 100644 --- a/About-GitLab-CI,-forks-and-merge-requests.md +++ b/About-GitLab-CI,-forks-and-merge-requests.md @@ -33,4 +33,6 @@ However, there is a way to prevent these stages from running. Simply once we hav ![pipeline with stages cancelled](uploads/a6ba25dc81f21add27bbef2354054fcb/image.png) -This will not happen if the merge request comes from any branch other than `develop`. \ No newline at end of file +This will not happen if the merge request comes from any branch other than `develop`, which should always happen as it is one of the [requirements to contribute][contributing]. + +[contributing]: https://gitlab.com/ultrasonic/ultrasonic/-/blob/develop/CONTRIBUTING.md \ No newline at end of file