From 1f95a3544b1a7d74a6b9de3742929ee65795151f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Thu, 22 Aug 2019 09:14:09 -0300 Subject: [PATCH] Add changelog too MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a992b73..f9a7a41 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,11 @@ ahead of `master`. - [Gitflow](https://nvie.com/posts/a-successful-git-branching-model/) by @nvie +## Changelog + +Always update the [CHANGELOG.md](./CHANGELOG.md), following +[this semantics](https://keepachangelog.com/en/1.0.0/). + ## Pull Requests Guidelines about how to perform pull requests.