-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
0368cbb
commit 551b272
Showing
1 changed file
with
15 additions
and
0 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,2 +1,17 @@ | ||
## 공유 주차장 서비스 - 공주 Backend Repository | ||
![1](https://github.com/user-attachments/assets/bcc6c3a8-ab32-406b-95c4-624f9dad8932) | ||
|
||
|
||
### Commit Message Prefix | ||
|
||
| **Prefix** | **설명** | | ||
|------------------|-----------------------------------------------------------| | ||
| **`feat`** | 새로운 기능 추가 | | ||
| **`fix`** | 버그 수정 | | ||
| **`refactor`** | 코드 리팩토링 | | ||
| **`build`** | 빌드 시스템, 의존성 추가/수정 | | ||
| **`chore`** | 코드 변경 외의 자잘한 작업 (빌드 파일, 설정 변경 등) | | ||
| **`docs`** | 문서 수정 | | ||
| **`test`** | 테스트 코드 추가/수정 | | ||
| **`perf`** | 성능 개선 | | ||
|