소스 검색

pr template

Zachary Rice 6 년 전
부모
커밋
cdd654eab7
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 8 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,8 @@
+### Description:
+Explain the purpose of the PR.
+
+### Checklist:
+
+* [ ] Does your PR pass tests?
+* [ ] Have you written new tests for your changes?
+* [ ] Have you lint your code locally prior to submission?