From 2ee7e74f68d17a36f1f688136dca15810465dea0 Mon Sep 17 00:00:00 2001 From: Yan Grange <12-grange@users.noreply.git.astron.nl> Date: Fri, 4 Jun 2021 19:35:23 +0000 Subject: [PATCH] Add contributor guideline to the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5697243..2075ba3 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,5 @@ The CI/CD pipeline covers a few cases. * When someone issues a merge request, the CI/CD will generate a draft with `make draft` and a diff between the last commit before the branch on which the request is based, and the last commit of the branch itself using `make diff` (with the COMMIT variable set appropriately). Those two files are published as artifacts which makes them available from the merge issue. * When a tag is created, `make` is executed. Then the release step can be executed manually. This step will make the PDF output file of `make` an asset in the release. +## Contributions +Feel free to propose changes, or to just fo a merge request to test the functionality (just mention that in the request description). -- GitLab