From dc3ed587455d5464938e891155097076e7b32f5c Mon Sep 17 00:00:00 2001 From: hongbin Date: Sun, 29 Dec 2024 18:15:52 +0800 Subject: [PATCH] docs: add valid commit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d63552e..42f33a7 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,6 @@ Footer is optional. If the last paragraph start with `close` or `fix`, it is con - Close multi issue in one line like `close #{issue_number}, close #{issue_number}`, no additional space in the line. ### Pull Request Merge Commit -If the commit is a merge commit from merge pull request in github, the commit message header line must be `Merge pull request #{pull_request_number} from {branch_name}`, which is default format from github. \ No newline at end of file +If the commit is a merge commit from merge pull request in github, the commit message header line must be `Merge pull request #{pull_request_number} from {branch_name}`, which is default format from github. + +test