MR template: Add note on extending the CHANGELOG.md file

Closes: #263

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
This commit is contained in:
Felix Walter 2025-12-12 11:10:10 +01:00
parent 75ce4cd9d6
commit 7a1f31e25f

View file

@ -25,6 +25,9 @@ Closes: (Issue id)
- :white_check_mark: The **documentation** (architecture, developer, operator, user) is in line with the changes in the MR.
<!-- Either it is still accurate or the MR updates the documentation appropriately. -->
- :white_check_mark: **CHANGELOG.md** is up-to-date with the changes in the MR.
<!-- Please check that you have extended `CHANGELOG.md` appropriately. -->
- :white_check_mark: My contribution adheres to the [**Contribution Guidelines**](CONTRIBUTING.md).
Specifically:
- I provide my contribution under the terms and conditions of the [Apache 2.0 license](LICENSE.Apache-2.0). I am aware of the patent grant that is part of this license and certify conformance.