From 7d5b4d0b622ab17a6bc7e02e25ec32766981725f Mon Sep 17 00:00:00 2001 From: Beniamino Galvani Date: Wed, 20 Mar 2024 09:21:00 +0100 Subject: gitlab: add checklist item about updating NEWS file to the MR template From now on, every commit should also update the NEWS file when necessary. Update the merge request template in Gitlab to add an item for that to the checklist. https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1896 --- .gitlab/merge_request_templates/Default.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md index 3f01bd23bd..ab71553b46 100644 --- a/.gitlab/merge_request_templates/Default.md +++ b/.gitlab/merge_request_templates/Default.md @@ -17,3 +17,4 @@ before opening the merge request. In particular, check that: - [ ] the source is properly formatted - [ ] any relevant documentation is up to date - [ ] you have added unit tests if applicable + - [ ] the NEWS file is updated when the change deserves to be mentioned, for example for new features, behavior changes, API deprecations, etc. -- cgit v1.2.3