Rename 'main' branch to 'online' in documentation

Updated branch naming from 'main' to 'online' in CONTRIBUTING.md.
This commit is contained in:
Rafael Ruiz 2026-03-03 13:34:22 -08:00 committed by GitHub
parent aa9865f5d0
commit 39a9e7eaba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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/`