소스 검색

feat(docs): add new item to checklist

Daniel Gibbs 7 년 전
부모
커밋
37791c620f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      PULL_REQUEST_TEMPLATE.md

+ 1 - 0
PULL_REQUEST_TEMPLATE.md

@@ -18,5 +18,6 @@ Fixes #\[issue]
 * [ ] This pull request links to an issue
 * [ ] This pull request uses the `develop` branch as its base 
 * [ ] I have performed a self-review of my own code
+* [ ] I have squashed commits
 * [ ] I have commented my code, particularly in hard to understand areas
 * [ ] I have made corresponding changes to the documentation if required