From 7a1f31e25f8b26c13d07a621c0cd5a658662befd Mon Sep 17 00:00:00 2001 From: Felix Walter Date: Fri, 12 Dec 2025 11:10:10 +0100 Subject: [PATCH] MR template: Add note on extending the CHANGELOG.md file Closes: #263 Signed-off-by: Felix Walter --- .gitlab/merge_request_templates/MR.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab/merge_request_templates/MR.md b/.gitlab/merge_request_templates/MR.md index fb4aa8e..c573dc8 100644 --- a/.gitlab/merge_request_templates/MR.md +++ b/.gitlab/merge_request_templates/MR.md @@ -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. +- :white_check_mark: **CHANGELOG.md** is up-to-date with the changes in the MR. + + - :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.