File tree Expand file tree Collapse file tree 1 file changed +0
-42
lines changed
Expand file tree Collapse file tree 1 file changed +0
-42
lines changed Original file line number Diff line number Diff line change @@ -251,45 +251,3 @@ https://taskify-three-pearl.vercel.app
251251│ ├── 📂 utils
252252│ └── 📄 types.ts
253253```
254-
255- ## ✅ 컨벤션
256-
257- ### 타입
258-
259- - ** feat** : 새로운 기능 추가
260- - ** fix** : 버그 수정
261- - ** docs** : 문서 내용 변경
262- - ** style** : 코드 스타일 변경(코드 포메팅, 코드 변경이 없는 경우)
263- - ** design** : 사용자 UI 디자인 변경(CSS 등)
264- - ** refactor** : 코드 리팩토링
265- - ** test** : 테스트 코드 작성
266- - ** build** : 빌드 파일 수정
267- - ** ci** : CI 설정 파일 수정
268- - ** perf** : 성능 개선
269- - ** chore** : 빌드 수정, 패키지 매니저 설정, 운영 코드 변경이 없는 경우
270- - ** rename** : 파일명 혹은 폴더명을 수정한 경우
271- - ** remove** : 파일 삭제만 한 경우
272-
273- ### 커밋 메세지
274-
275- ```
276- 타입: 요약
277- ```
278-
279- ### 브랜치명
280-
281- ```
282- 타입/#이슈번호/내용
283- ```
284-
285- ### 이슈 제목
286-
287- ```
288- [타입] 내용
289- ```
290-
291- ### PR 제목
292-
293- ```
294- 타입: #이슈번호/내용
295- ```
You can’t perform that action at this time.
0 commit comments