docs: add new-branch-from-main rule to git guidelines

This commit is contained in:
Kevin Turcios 2026-02-14 19:02:57 -05:00
parent a97a3cb4e5
commit e75d105b35

View file

@ -30,7 +30,8 @@ VSC-Extension / CLI → cf-api (Express, :3001) → aiservice (Django-Ninja, :80
## Git Commits
Use conventional commit format: `fix:`, `feat:`, `refactor:`, `docs:`, `test:`, `chore:`
- **Always create a new branch from `main` before starting any new work** — never commit directly to `main` or reuse an existing feature branch for unrelated changes
- Use conventional commit format: `fix:`, `feat:`, `refactor:`, `docs:`, `test:`, `chore:`
## Glossary