From f0cae5d8742a1426d2a0e298eda38f10940d5e18 Mon Sep 17 00:00:00 2001 From: Bertrand Yuan Date: Wed, 17 Dec 2025 15:39:02 +0800 Subject: docs: add commit message guidelines Add detailed commit message guidelines for formatting. --- docs/commit-message-guidelines.md | 152 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 docs/commit-message-guidelines.md (limited to 'docs') diff --git a/docs/commit-message-guidelines.md b/docs/commit-message-guidelines.md new file mode 100644 index 0000000..709e830 --- /dev/null +++ b/docs/commit-message-guidelines.md @@ -0,0 +1,152 @@ +# Commit Message Format + +We have very precise rules over how our Git commit messages must be formatted. +This format leads to **easier to read commit history** and makes it analyzable for changelog generation. + +Each commit message consists of a **header**, a **body**, and a **footer**. + +``` +
+ + + +