From 8140eb7058081ee173ec2ebdcbc1aa9faddd966e Mon Sep 17 00:00:00 2001 From: Phillip <48392931+Philreact@users.noreply.github.com> Date: Mon, 21 Apr 2025 14:59:06 +0300 Subject: [PATCH] Update docs/contribution.md Co-authored-by: nico.benaz <52411515+nbenaglia@users.noreply.github.com> --- docs/contribution.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribution.md b/docs/contribution.md index b86ad3b..07d06fe 100644 --- a/docs/contribution.md +++ b/docs/contribution.md @@ -9,7 +9,7 @@ Thank you for your interest in contributing! We follow a structured Git workflow | 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. | | `release/x.y.z` | Pre-release branch for staging, QA, and final polish. |