📖 docs (readme): update git workflow instructions
This commit is contained in:
@@ -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/<feature-name>` or `fix/<bug-name>`
|
||||
2. Make your changes
|
||||
3. Commit your changes
|
||||
- commit msg format: `[type]: [description]`
|
||||
|
||||
Reference in New Issue
Block a user