Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #262

Merged
merged 1 commit into from
Mar 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,26 @@ Washfit는 차를 깨끗하게 만드는 "세차 용품"에 대한 기본 정보
- CI/CD 배포,빌드 ,테스트 자동화 파이프 라인 구축
- vercel과 vultr을 이용한 개발 서버 배포
- docker와 amazon ec2를 이용한 운영 서버 배포


## ✍️CONVENTION✍️

| 태그 | 설명 |
| --------------------- | ------------------------------------------------------------------------- |
| `feat: ` | 새로운 기능 추가 및 개선 |
| `style: ` | 코드 포맷팅, 세미콜론 누락, 코드 변경이 없는 경우 |
| `design: ` | CSS 등 사용자 UI 디자인 변경 |
| `fix: ` | 기존 기능 수정 (주로 안 좋았던 것에서 좋은 것으로) |
| `bug: ` | 버그 수정 |
| `refactor: ` | 결과의 변경 없이 코드의 구조를 재조정한 경우 |
| `test: ` | 테스트 코드 추가 |
| `docs: ` | 코드가 아닌 문서를 수정한 경우 |
| `remove: ` | 파일을 삭제하는 작업만 수행 |
| `rename: ` | 파일 또는 폴더명을 수정하거나 위치(경로)를 변경 |
| `asset: ` | 이미지 등 assets 파일 추가 |
| `chore: ` | 그 외 기타 수정 |






Loading