Skip to content

Commit 27f674d

Browse files
committed
Update code block syntax in README for branch naming examples
1 parent d5e9ef3 commit 27f674d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The template enforces a `category/slug` naming pattern for branches:
148148

149149
**Valid examples:**
150150

151-
```
151+
```bash
152152
feature/add-user-authentication
153153
bug/fix-login-redirect
154154
docs/update-api-docs
@@ -158,7 +158,7 @@ refactor/cleanup-database-layer
158158

159159
**Invalid examples:**
160160

161-
```
161+
```bash
162162
Feature/AddAuth # uppercase not allowed
163163
feature/_private-method # starts with underscore
164164
add-feature # missing category prefix

0 commit comments

Comments
 (0)