Skip to content

Commit be2a39e

Browse files
docs: update branch naming guide with forbidden characters
Added a section specifying forbidden characters (uppercase, underscore, space, slash) in branch names for clarity and consistency.
1 parent 3f0a9e3 commit be2a39e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/docs/branch-name-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030

3131
- **타입**: 위 표의 허용된 타입 중 하나 사용
3232
- **구분자**: `/` (슬래시) 사용
33-
- **도메인, 설명** 소문자/숫자/특수문자 허용
33+
- **도메인, 설명**: 소문자/숫자/특수문자 허용
34+
- **금지 문자**: 대문자, 언더스코어(_), 공백, 슬래시(/)
3435

3536
#### 2단계 형식 (기본)
3637

0 commit comments

Comments
 (0)