From 917acb8da8117a81045708432a3d34bdc8a35272 Mon Sep 17 00:00:00 2001 From: Ryan Nystrom Date: Thu, 22 Dec 2016 19:22:49 -0800 Subject: [PATCH] Add changelog to PR template Summary: If anything will help me remember. Closes https://github.com/Instagram/IGListKit/pull/359 Differential Revision: D4365179 Pulled By: jessesquires fbshipit-source-id: e002bc6bc31f8d2af59a5d5303a2c5cb09d780b6 --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5aef1f2b..54b724cb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,4 +6,5 @@ - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. +- [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md)