📖 docs (readme): update git workflow instructions

This commit is contained in:
Abizrh
2025-08-08 11:31:18 +07:00
parent 2e01715df4
commit 5bb1130103
+1
View File
@@ -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]`