From c0c824456eb001c0eaa577ff8960eb2e2524a44e Mon Sep 17 00:00:00 2001 From: Nicolas Kruchten Date: Mon, 20 Apr 2020 08:17:17 -0400 Subject: [PATCH] Add CHANGELOG step to PR template --- .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 842cffab482..479386c1a55 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -32,5 +32,6 @@ below :-). modified existing tests. - [ ] For a new feature, I have added documentation examples in an existing or new tutorial notebook (please see the doc checklist as well). +- [ ] I have added a CHANGELOG entry if fixing/changing/adding anything substantial. -->