diff --git a/README.md b/README.md index 10a74e3d..6f61806b 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The basic development workflow follows these steps: ## Git Workflows The basic git workflow follows these steps: 1. Create a new branch on `dev` + - branch name should be `feat/` or `fix/` 2. Make your changes 3. Commit your changes - commit msg format: `[type]: [description]`