Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gomin0 authored Jul 5, 2024
1 parent 4dddbff commit 282f04d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,16 @@
|고민영|김종우|김근식|
|:-:|:-:|:-:|
| <img src="https://avatars.githubusercontent.com/u/80516484?v=4" height="150" width="150"> <br> [@gomin0](https://github.com/gomin0) | <img src="https://avatars.githubusercontent.com/u/98935125?v=4" height="150" width="150"> <br> [@jiiiiiw](https://github.com/jiiiiiw) | <img src="https://avatars.githubusercontent.com/u/93639883?v=4" height="150" width="150"> <br> [@600gramSik](https://github.com/600gramSik) |

## 커밋 메시지 종류
| 이모티콘 | 문자 | 커밋 유형 | 설명 |
| :-------: |:------------------:|:----------:|:------------------:|
|:sparkles: | `:sparkles:` | `feat` | 새로운 기능 추가 |
|:bug:| `:bug:` | `fix` | 버그 수정 |
|:memo: | `:memo:` | `docs` | 문서 수정 (md 파일) |
|:recycle: | `:recycle:` | `refactor` | 코드 리팩토링 |
|:lipstick: | `:lipstick:` | `style` | 코드 formatting, 세미콜론 누락, 코드 자체의 변경이 없는 경우 |
|:white_check_mark:| `:white_check_mark:` | `test` | 테스트 코드, 리팩토링 테스트 코드 추가 |
|:rocket: | `:rocket:` | `chore` | 패키지 매니저 수정 (Dockerfile, gradle, sh, yml) |
|:fire: | `:fire:` | `delete` | 코드/파일 삭제 |
|:ambulance: | `:ambulance:` | `!hotfix` | 급하게 치명적인 버그를 고쳐야 하는 경우 |

0 comments on commit 282f04d

Please sign in to comment.