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