summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2024-03-20 09:21:00 +0100
committerFernando Fernandez Mancera <ffmancera@riseup.net>2024-03-20 15:12:13 +0100
commit7d5b4d0b622ab17a6bc7e02e25ec32766981725f (patch)
tree2b971ece742712e5787ec05e95627574abee2234
parente5c2c5f1c2f55c139f39830651df2c901c3a0bf9 (diff)
gitlab: add checklist item about updating NEWS file to the MR templatebg/gitlab-mr-news
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
-rw-r--r--.gitlab/merge_request_templates/Default.md1
1 files changed, 1 insertions, 0 deletions
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.