diff --git a/.github/labeler.yml b/.github/labeler.yml index 2e49f80bb..7350d426b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -52,3 +52,8 @@ elixir: - changed-files: - any-glob-to-any-file: - "**/*.exs" + +rust: + - changed-files: + - any-glob-to-any-file: + - "**/*.rs" diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fb9518185..b465cf5de 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,17 +1,19 @@ ## 답안 제출 문제 - [ ] 문제 1 - [ ] 문제 2 - [ ] 문제 3 + ## 체크 리스트 -- [ ] PR을 프로젝트에 추가하고 Week를 현재 주차로 설정해주세요. +- [ ] 우측 메뉴에서 PR을 **Projects**에 추가해주세요. +- [ ] **Projects**의 오른쪽 버튼(▼)을 눌러 확장한 뒤, **Week**를 현재 주차로 설정해주세요. - [ ] 바로 앞에 PR을 열어주신 분을 코드 검토자로 지정해주세요. -- [ ] 문제를 모두 푸시면 프로젝트에서 Status를 `In Review`로 설정해주세요. +- [ ] 문제를 모두 푸시면 프로젝트에서 **Status**를 `In Review`로 설정해주세요. - [ ] 코드 검토자 1분 이상으로부터 승인을 받으셨다면 PR을 병합해주세요.