diff options
Diffstat (limited to '.gitlab/merge_request_templates/Default.md')
| -rw-r--r-- | .gitlab/merge_request_templates/Default.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md index ab71553b..5c65eb3a 100644 --- a/.gitlab/merge_request_templates/Default.md +++ b/.gitlab/merge_request_templates/Default.md @@ -12,9 +12,9 @@ Please read https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/blob/main/CONTRIBUTING.md before opening the merge request. In particular, check that: - - [ ] the subject for all commits is concise and explicative - - [ ] the message for all commits explains the reason for the change - - [ ] 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. + - [ ] The subject for all commits is concise, explanatory, and includes a prefix indicating the area of code changed (e.g., "nmcli: ", "core: ") + - [ ] The message for all commits explains the reason for the change + - [ ] 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. |