From 1caf67660e06b1aba0f49f67b99da600876f6523 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Wed, 15 Feb 2017 16:16:27 -0800 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md Summary: improve the template Closes https://github.com/Instagram/IGListKit/pull/493 Differential Revision: D4568150 Pulled By: jessesquires fbshipit-source-id: 1d563f5c643fd7529bedf14f1368a727fcdc6e93 --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 54b724cb..4ab31819 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,8 @@ ## Changes in this pull request +Issue fixed: # - -## Pull request checklist +### Checklist - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested.