Skip to content

Commit 85bcdf0

Browse files
authored
Docs: Update README.md
1 parent 166407e commit 85bcdf0

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

README.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<img width="1194" height="834" alt="mercury3" src="https://github.com/user-attachments/assets/3a93cb6f-c4fc-4fc6-acd2-6be991bc3dd1" />
55
<img width="1194" height="834" alt="mercury4" src="https://github.com/user-attachments/assets/0e8626a2-2fb7-49e1-b92c-719b2a153af4" />
66

7-
# 🔗 ERD
7+
## 🔗 ERD
88
<img width="1370" height="732" alt="mercury" src="https://github.com/user-attachments/assets/23761ce7-6bdd-4f22-914d-e588182e408c" />
99

10-
# ☁️ 시스템 아키텍처
10+
## ☁️ 시스템 아키텍처
1111
<img width="1194" height="834" alt="mercury5" src="https://github.com/user-attachments/assets/e1396936-5120-46fd-b33c-48100d32472d" />
1212

13-
# 📂 프로젝트 구조
13+
## 📂 프로젝트 구조
1414
```
1515
📂 mercury
1616
├── 📂 domain
@@ -44,3 +44,24 @@
4444
│ ├── 📂 oauth
4545
│ └── 📂 response
4646
```
47+
48+
## 🌱 브랜치 전략
49+
`main`
50+
<br />
51+
`dev`
52+
<br />
53+
`feature/이슈번호/기능명`
54+
55+
## 💡 Issues
56+
`⚙️ Chore`: 개발 환경 세팅
57+
<br />
58+
`🌍 Deploy`: 배포 관련 작업
59+
<br />
60+
`🐞 Bug`: Something isn't working
61+
<br />
62+
`📜 Docs`: 문서 작성 및 수정
63+
<br />
64+
`🔨 Refactor`: 코드 리팩토링
65+
<br />
66+
`🚀 Feature`: 기능 추가 및 수정
67+

0 commit comments

Comments
 (0)