modern-agile-team / 7term-mini-back

7기 미니프로젝트 백 저장소
MIT License
0 stars 0 forks source link

7term-mini-back

7기 미니프로젝트 백 저장소


Branch Strategy

이슈 생성 시 Assignees, Labels, Project 를 꼭 설정해주세요

Default Branch

Name Description
main repository default branch
dev development environment branch

Branch Example

Issue 생성 시 action bot 이 아래처럼 comment 를 남깁니다.

image


Commit Convention


Commit Example

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

예시

Commit Type

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