From 10d864d1964ffe1cd7d218fbd9c7c0434a2ff759 Mon Sep 17 00:00:00 2001 From: Francesco Gazzetta <fgaz@fgaz.me> Date: Thu, 12 Aug 2021 01:07:45 +0000 Subject: [PATCH] Mention that multiple changelogs per pr are fine (#7486) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0aefb5c534..645fb53a6a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -194,8 +194,9 @@ We like [this style guide][guide]. Changelog --------- -When opening a pull request, you should write a changelog entry. -This is done by adding a file in the `changelog.d` directory. +When opening a pull request, you should write a changelog entry +(or more in case of multiple independent changes). +This is done by adding files in the `changelog.d` directory. The files follow a simple key-value format similar to the one for .cabal files. -- GitLab