From f0c5fa53312da84485ac4822a0d8d0b4f226fec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 10 Jun 2025 22:22:12 +0200 Subject: [PATCH] contributing: Add note about changelog entries --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83acd571250..0fbfd79907b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,9 @@ Report bugs by creating an issue in this repository. Please make pull requests against the master branch. -Always use rebase instead of merge when bringing in changes from master to your feature branch. +Always use **rebase** instead of merge when bringing in changes from master to your feature branch. + +For non-trivial PRs add an entry in relevant `CHANGELOG` at the **top** of appropriate category: *Added*, *Changed*, *Fixed*. ## Writing documentation