Git Organization "MaPDuck": https://github.com/MaPDuck
모든 commit은 아래 링크와 같이 Git Commit Convention 규율에 맞추어 commit되어야 합니다.
https://overcome-the-limits.tistory.com/entry/협업-협업을-위한-기본적인-git-커밋컨벤션-설정하기
https://jybaek.tistory.com/775
Git Pull Request를 통해 코드리뷰를 진행하고 이슈를 처리합니다.
https://wayhome25.github.io/git/2017/07/08/git-first-pull-request-story/
해당 프로젝트는 각 파트의 요청/버그 발생 보고에 관한 사항을 Git Issue를 통해 사용하며 생성 및 작성 방법은 다음과 같습니다.
https://hyeonic.tistory.com/181