Skip to content

Commit

Permalink
docs: create readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu authored Sep 10, 2022
1 parent e9cdaf9 commit 9fc2544
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Plub-Android
## 커밋 컨벤션

`feat-이슈번호`: 새로운 기능 추가

`fix-이슈번호`: 버그 픽스

`docs-이슈번호`: 문서 수정

`style-이슈번호`: 포맷, 세미콜론 수정, Optimize import, Code clean up 등 코드가 아닌 스타일에 관련된 수정

`refactor-이슈번호`: 코드 리팩토링

`test-이슈번호`: 테스트 코드 추가

`chore-이슈번호`: 빌드 관련 업무 수정(`build.gradle`, `manifest`..)

브랜치: `feature/이슈번호-담당피쳐` (ex. feature/filter-categroy)

0 comments on commit 9fc2544

Please sign in to comment.