mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
docs: add new-branch-from-main rule to git guidelines
This commit is contained in:
parent
a97a3cb4e5
commit
e75d105b35
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue