From e9b94b6c10ef25a35a6abb13768b1310f8517d97 Mon Sep 17 00:00:00 2001 From: Alberto Vena Date: Fri, 15 Feb 2019 14:09:37 +0100 Subject: [PATCH] Remove CHANGELOG entry from PR's template This is not needed since we generate the CHANGELOG automatically before each release. We can't expect contributors to maintain the CHANGELOG. --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 603bacefeaa..8c2f4e8acc3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,4 +11,3 @@ - [ ] I have added a detailed description into each commit message - [ ] I have updated Guides and README accordingly to this change (if needed) - [ ] I have added tests to cover this change (if needed) -- [ ] I have added a CHANGELOG entry for this change (if needed)