From 5bb1130103b46d2fc864eb1f483f53b462e0222d Mon Sep 17 00:00:00 2001 From: Abizrh Date: Fri, 8 Aug 2025 11:31:18 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20docs=20(readme):=20update=20git?= =?UTF-8?q?=20workflow=20instructions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) 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]`