From 37791c620f6d6209af8349086da0bb8b12685a76 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 2 Feb 2019 16:47:46 +0000 Subject: [PATCH] feat(docs): add new item to checklist --- PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 603e621b0..8e4d37045 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/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