aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2025-06-10 22:22:12 +0200
committerEmil Fresk <emil.fresk@gmail.com>2025-06-18 18:51:24 +0000
commitf0c5fa53312da84485ac4822a0d8d0b4f226fec1 (patch)
tree504ece438966ad0c8c5d1b75afbfb30ed2449fcd /CONTRIBUTING.md
parentdc64800aa4e5222e88c5f856be8e6077fb39222e (diff)
contributing: Add note about changelog entries
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 83acd57..0fbfd79 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