-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
|
||
# DEMU_ANDROID | ||
* feat : 새로운 기능에 대한 커밋 | ||
* fix : 버그 수정에 대한 커밋 | ||
* build : 빌드 관련 파일 수정에 대한 커밋 | ||
* chore : 그 외 자잘한 수정에 대한 커밋 | ||
* ci: CI 관련 설정 수정에 대한 커밋 | ||
* docs : 도큐먼트에 수정에 대한 커밋 | ||
* style : 코드 문법 또는 뷰 수정에 대한 커밋 | ||
* refactor : 코드 리팩토링에 대한 커밋 | ||
* test : 테스트 코드 수정에 대한 커밋 |