1 parent d5e9ef3 commit 27f674dCopy full SHA for 27f674d
1 file changed
README.md
@@ -148,7 +148,7 @@ The template enforces a `category/slug` naming pattern for branches:
148
149
**Valid examples:**
150
151
-```
+```bash
152
feature/add-user-authentication
153
bug/fix-login-redirect
154
docs/update-api-docs
@@ -158,7 +158,7 @@ refactor/cleanup-database-layer
158
159
**Invalid examples:**
160
161
162
Feature/AddAuth # uppercase not allowed
163
feature/_private-method # starts with underscore
164
add-feature # missing category prefix
0 commit comments