Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 committed May 5, 2024
1 parent 9855c15 commit 28eb6ea
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@

## Commit convention


| 커밋 타입 | 설명 |
|-----------|----------------------------------|
| `feat` | 새로운 기능을 추가할 경우 |
| `fix` | 버그를 고친 경우 |
| `style` | 코드 포맷 변경, 세미 콜론 누락, 코드 수정이 없는 경우 |
| `refactor`| 리팩토링 하는 경우 |
| `chore` | 자잘한 수정 사항 반영 |
| `docs` | 문서를 수정한 경우 |
| `test` | 테스트 추가 |

| Tag name | Description |
| -------- | ----------------------------------------------------------- |
| feat | Commits that add a new feature |
| fix | Commits that fix a bug |
| build | Commits that affect build components |
| chore | Miscellaneous commits |
| style | Commits for code styling or format |
| docs | Commits that affect documentation only |
| test | Commits that add missing tests or correcting existing tests |
| refactor | Commits for code refactoring |

0 comments on commit 28eb6ea

Please sign in to comment.