From 73c7ae9ae5b5232f64b6e8f4a97aa5f9d9f7c3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Tue, 12 Nov 2019 11:14:23 +0100 Subject: [PATCH] chore: Add some clarification to the pull request template for where to put CHANGELOG entries (#494) --- .github/pull-request-template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull-request-template.md b/.github/pull-request-template.md index 4ff13781e..573f738b1 100644 --- a/.github/pull-request-template.md +++ b/.github/pull-request-template.md @@ -22,4 +22,7 @@ In the following cases, add a short description of PR to the unreleased section - 🧽 Update or clean up current behaviour - 🗑️ Remove feature or internal logic +See other entries in CHANGELOG.adoc as an example. + +PLEASE DON'T ADD THAT LINE HERE IN THE PULL-REQUEST DESCRIPTION BUT DIRECTLY IN CHANGELOG.ADOC AND ADD CHANGELOG.ADOC AS PART OF YOUR PULL-REQUEST. -->