From 39a9e7eaba4f31948aaaea7cebc8540d7f6b31ef Mon Sep 17 00:00:00 2001 From: Rafael Ruiz Date: Tue, 3 Mar 2026 13:34:22 -0800 Subject: [PATCH] Rename 'main' branch to 'online' in documentation Updated branch naming from 'main' to 'online' in CONTRIBUTING.md. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e106c98..b490e01 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,10 +25,10 @@ | Branch type | Naming convention | Purpose | |---|---|---| | Feature | `*-dev` | Active development — volatile, no CI validation | -| Main | `main` | Production-ready, fully validated | +| Main | `online` | Production-ready, fully validated | - **Feature branches** (`*-dev`) are volatile environments. No validation tests or infrastructure deployments are performed on these branches. -- **Official validation** only occurs after a documented Pull Request is merged into `main`. +- **Official validation** only occurs after a documented Pull Request is merged into `online`. - **Developer responsibility:** Code must be stable and functional against the authorized environment before a PR is opened. Do not use the PR review process as a debugging step. --- @@ -47,7 +47,7 @@ The project provides a validated, shared environment (Devaron Cluster, Vultr) in ### IDE Agnosticism -The `main` branch must remain neutral to any individual's development environment. The following **must not** be committed under any circumstance: +The `online` branch must remain neutral to any individual's development environment. The following **must not** be committed under any circumstance: - `.devcontainer/` - `.vscode/`