Update docs/contribution.md

Co-authored-by: nico.benaz <52411515+nbenaglia@users.noreply.github.com>
This commit is contained in:
Phillip 2025-04-21 14:59:06 +03:00 committed by GitHub
parent 4c01456565
commit 8140eb7058
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ Thank you for your interest in contributing! We follow a structured Git workflow
| Branch | Purpose | | Branch | Purpose |
|------------------|----------------------------------------------------------| |------------------|----------------------------------------------------------|
| `master` | Stable, production-ready code. All releases are tagged here. | | `master` | Stable, production-ready code. All releases are tagged from here. |
| `develop` | Active development branch. All new features go here first. | | `develop` | Active development branch. All new features go here first. |
| `release/x.y.z` | Pre-release branch for staging, QA, and final polish. | | `release/x.y.z` | Pre-release branch for staging, QA, and final polish. |