From 764838cfce002c168315a7e8c8eed200ffd9b3c7 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse Date: Tue, 24 Mar 2020 16:40:39 +0100 Subject: [PATCH] Update devel.markdown --- quickstart/devel.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quickstart/devel.markdown b/quickstart/devel.markdown index b8800d3..0aac9e7 100644 --- a/quickstart/devel.markdown +++ b/quickstart/devel.markdown @@ -21,3 +21,8 @@ tutorial](http://alisw.github.io/git-tutorial/) to learn its rudiments. Remember to [fork the AliceO2 project on GitHub](https://github.com/AliceO2Group/AliceO2/fork) and please follow the [coding guidelines](https://github.com/AliceO2Group/CodingGuidelines/), given that most of them are enforced by automatic checks. + +Pull request flow +================= + +Once you have some code change ready, you can open a pull request (PR) to the relevant AliceO2 repository. If you are a member of the AliceO2Group organization or a long time contributor to it, your pull request will be automatically tested. If you are a first time contributor, you will have to wait for someone to review and approve your PR.