Skip to content

Commit

Permalink
docs: README 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BinarySstar authored Dec 26, 2024
1 parent 0368cbb commit 551b272
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
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`** | 성능 개선 |

0 comments on commit 551b272

Please sign in to comment.