Add info about adding a changelog entry for merge requests

CONTRIBUTING.rst:
Add info about adding a changelog entry for merge requests, explaining where in the file it needs to be added.
This commit is contained in:
David Runge 2022-01-30 21:08:30 +01:00
parent 6c1b4663d9
commit 8d2d779ec1
No known key found for this signature in database
GPG key ID: 7258734B41C31549

View file

@ -19,6 +19,14 @@ All ash and bash scripts are linted using shellcheck:
make lint
Changelog
=========
When adding, changing or removing something in a merge request, add a sentence to the `CHANGELOG.rst <CHANGELOG.rst>`_
explaining it.
The changelog entry needs to be added to the unreleased section at the top, as that section is used for the next
release.
Testing
=======