From 338a2c12d50bf85d0644d2d07b86248f56a2eb31 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 2 Feb 2019 15:57:31 +0000 Subject: [PATCH] feat(docs): added 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 09c1339ca..e5bacf7bd 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -15,6 +15,7 @@ Fixes #\[issue] * [ ] My code follows the style guidelines of this project * [ ] 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 commented my code, particularly in hard to understand areas * [ ] I have made corresponding changes to the documentation