PR 템플릿
# 작업 내용 (TODO) - [ ] - [ ] # 사진 (구현 캡쳐) # 논의하고 싶은 부분 close #이슈번호
Issue 템플릿
name: Feature description: Propose a new feature title: "feat: TITLE" labels: ["Type: Feature"] assignees: - pers0n4 body: - type: textarea id: description attributes: label: Desription description: Provide a brief summary of the feature you would like to see. validations: required: true - type: textarea id: use-case attributes: label: Use Case description: Describe the use case(s) that the proposed feature would enable. validations: required: false
# 개요 설명하기 # 작업 내용 * 할일1 * 할일2
- 완료된 이슈를 다시 수정할 때는 reissue (이슈 오픈),
기존
의 이슈번호로 브랜치를 딴다.
- 버그가 발생할 때에는 새로운 issue를 올린다.
제목 예시
[공통 컴포넌트] footer 구현
[생성 페이지] 생성페이지 css 적용
[버그] bug 냥
[초기 설정] 프로젝트 세팅
코드 리뷰 / merge
- approves를
두 개
이상 받아야 merge할 수 있다. (제한할 수 있게 가능)
- 관리자 권한이 있으면 예외적으로 merge 가능 (HOTFIX 등)
- 리뷰에 대한 시간제한은 특별히 두지 않는다.
- merge 후 브랜치를 삭제 (
본인
이 직접)
- merge는
본인
이 직접 한다.
- 공통 논의하고 싶은 것은
라벨
을 붙인 뒤, 회의에서 함께 논의한다.
