From d2e4d7b92d4b0dbb78e133846e79c2709a32d56a Mon Sep 17 00:00:00 2001 From: kgv Date: Mon, 5 Jun 2017 16:15:04 +0300 Subject: [PATCH] 0028814: Documentation - suggest using # instead of // for temporary comments in commit description --- dox/dev_guides/contribution_workflow/contribution_workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dox/dev_guides/contribution_workflow/contribution_workflow.md b/dox/dev_guides/contribution_workflow/contribution_workflow.md index 0c4de48846..6625507f92 100644 --- a/dox/dev_guides/contribution_workflow/contribution_workflow.md +++ b/dox/dev_guides/contribution_workflow/contribution_workflow.md @@ -356,7 +356,7 @@ In some cases review remarks or results of testing require only minor correction As an exception to general @ref occt_contribution_workflow_fix_git "single-commit rule", it is allowed to put such minor corrections on top of the existing branch as a separate commit, and re-submit it for further processing in the same branch, without squashing. -Minor commits should have a single-line message starting with //. +Minor commits should have a single-line message starting with #. These messages will be ignored when the branch is squashed at integration. Typical cases of minor corrections are: