Skip to content
Snippets Groups Projects
Commit 2ed74cff authored by Carla Marin Benito's avatar Carla Marin Benito :fast_forward: Committed by Christopher Rob Jones
Browse files

Add 2024-patches to CONTRIBUTING.md

parent 1e5941e5
No related branches found
No related tags found
2 merge requests!4546Synchronize master branch with 2024-patches,!4526Add 2024-patches to CONTRIBUTING.md
......@@ -6,7 +6,11 @@ This helps with the validation of code prior to making it available in the offic
## Available supported branches
- `master` branch: new developments and updates targeting run 3. Builds on current supported platforms against latest version of Gaudi
- `master` branch: long-term developments for run 3, not meant for immediate inclusion in the data taking (e.g., for end-of-year Sprucing).
Development for run3 and upgrade2 simulation should target this branch unless it also needed for 2024-taking.
Builds on current supported platforms against latest version of Gaudi.
- `2024-patches` branch: fixes and additions for the 2024 data-taking. By default, it is understood that a MR targeting this branch should also be included in `master`, so the `master` branch is regularly synchronised with this one. If you are putting in a temporary fix that is not meant as a long-term solution and should not be included in `master`, please state it clearly in the MR description. Builds on current supported platforms against latest version of Gaudi.
- `sim10-patches` branch: for patches to Gauss in Sim10 simulation workflows. Builds on current supported platforms against latest version of Gaudi
......@@ -42,6 +46,6 @@ This helps with the validation of code prior to making it available in the offic
- Any changes or fixes for Run 1 and Run 2 analysis (or re-reconstruction, re-stripping) should go to the `run2-patches` branch.
Fixes also relevant to specific `XXX-patches` branches should be flagged as such, they will be propagated by the applications managers.
- Any changes specific to Run 3 should go to `master`.
- Any changes specific to Run 3 should go to `master` or `2024-patches`. See above for when using one or the other.
In doubt, please get in touch before creating a MR.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment