Skip to content

Commit

Permalink
docs: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2522001 authored Sep 2, 2024
1 parent 5989370 commit c969d2f
Showing 1 changed file with 7 additions and 24 deletions.
31 changes: 7 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
# issue-tracking-system
## Commit Convention

```java
prefix: #이슈 번호 - 이슈 내용
ex. feat: #1 - 통계 분석 API 개발
```

### Prefix

```java
feat : 새로운 기능
fix : 버그 수정
docs : 문서 수정
refactor : 리팩토링
design : 디자인 변경
comment : 주석 추가 및 변경
style : 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우
test : 테스트 코드
chore : 기타 변경사항 (빌드 스크립트 수정, assets, 패키지 매니저 등)
init : 초기 생성
rename : 파일, 폴더명 수정
remove : 파일, 폴더 삭제
```
![IssueTrackingSystem1](https://github.com/user-attachments/assets/0b5fed4f-50f6-4244-a9b9-468c7bcdb246)
![IssueTrackingSystem2](https://github.com/user-attachments/assets/52eb314d-90a5-44e8-8de0-8fd1db384bb6)
![IssueTrackingSystem3](https://github.com/user-attachments/assets/28420d8b-71b2-4a6f-afc9-38c297e87e51)
![IssueTrackingSystem4](https://github.com/user-attachments/assets/33e9851c-da6b-41d2-b067-12aa8d6ff306)
![IssueTrackingSystem5](https://github.com/user-attachments/assets/9f3caa81-1884-4fe0-8b8b-3235301f01ad)
![IssueTrackingSystem6](https://github.com/user-attachments/assets/b5e89a5a-5f8e-4320-a470-ed8286277d3d)
![IssueTrackingSystem7](https://github.com/user-attachments/assets/835e1563-9c83-494f-bfe8-d551e827cf4f)

0 comments on commit c969d2f

Please sign in to comment.