forked from se-cau/issue-tracking-system-server
-
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
7 additions
and
24 deletions.
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,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) |