## branch convention - 날짜 이름으로 브랜치 생성 / ex) 230220 ## commit convention - Solved: 문제 풀이 업로드 - Move: 파일 폴더 이동 - Rename: 파일 이름 변경 - Fix: 문서 수정 ## Pull Request convention - [branch name] 추가된 문제 번호 ## file name - baekjoon: B{문제번호}_{이름}.py - programmers: P{문제번호}_{이름}.py