From 1e22a455a255dfe954c71e1c484ff65969dc7415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Wed, 16 Jul 2025 14:32:31 +0200 Subject: [PATCH] docs(workflow.md): Update conventional commits section --- docs/developer/workflow.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/developer/workflow.md b/docs/developer/workflow.md index a1e5537c..3220fc2d 100644 --- a/docs/developer/workflow.md +++ b/docs/developer/workflow.md @@ -355,12 +355,15 @@ Example: `tmueller/fix_jitsi_theming`. Commit messages must adhere to the [Conventional Commit standard](https://www.conventionalcommits.org/en/v1.0.0/#summary). Commits that do not adhere to the standard get rejected by either [Gitlab push rules](https://docs.gitlab.com/ee/user/project/repository/push_rules.html) or the CI. +> **Note**
+> The first letter after the `: ` must be uppercase. + ```text -(): [path/to/issue#1] . +(): [path/to/issue#1] │ │ │ │ - │ │ | └─> Summary in present tense, sentence case, with no period at the end + │ │ | └─> Issue reference (optional) │ │ | - │ │ └─> Issue reference (optional) + │ │ └─> Summary in present tense, sentence case, with no period at the end │ │ │ └─> Commit Scope: helmfile, docs, collabora, nextcloud, open-xchange, etc. │ @@ -370,7 +373,7 @@ Commit messages must adhere to the [Conventional Commit standard](https://www.co Example: `fix(open-xchange): Bump to 8.26 to heal issue with functional mailbox provisioning.` > **Note**
-> The commit messages are an essential part of the [technical releases](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/-/releases) as the release's notes are generated from the messages. +> The commit messages are an essential part of the [technical releases](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/-/releases) as the release notes are generated from these messages. #### Verified commits