Skip to content

Latest commit

 

History

History
87 lines (56 loc) · 2.35 KB

README.md

File metadata and controls

87 lines (56 loc) · 2.35 KB

Modern Agile 7 term, Main Project

Project : Modern World

7기 메인프로젝트 백 저장소


BACK - END

김준우 | Jun-woo, Kim

Static Badge

안진우 | Jin-woo, Ahn

Static Badge

조영은 | Young-eun, Jo

Static Badge

FRONT - END

김은우 | Eun-woo, Kim

Static Badge

김진 | Jin, Kim

Static Badge

Branch Strategy

이슈 생성 시 Assignees, Labels, Project 꼭 할당

Default Branch

Name Description
main repository default branch
dev development environment branch

Branch Example

  • feature/#issueNo/title

예시

  • feature/#10/create_user_board

Commit Convention

Commit Example

{type}/#{issue-number}: 작업한 사항(띄어쓰기 허용)

예시

  • setting/#3: project set up

Commit Type

Type Description
bugfix 버그 수정
db 데이터베이스 관련 작업
delete 코드 삭제
doc 문서 작업
feature 새로운 기능 추가
modify 코드 수정(기능상의 수정이 있는 경우)
refactor 코드 수정(기능상의 수정이 없는 경우)
test 테스트코드 관련 작업
deploy 배포 관련 작업
setting 세팅 관련 작업