From 0a4011655f5bf7e1047223f53710562c1a9fbc2d Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Wed, 27 Sep 2023 12:06:37 +0530 Subject: [PATCH] doc/code-submission: add commit sign guide --- .../devguide/codebase/contributing/code-submission-process.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/userguide/devguide/codebase/contributing/code-submission-process.rst b/doc/userguide/devguide/codebase/contributing/code-submission-process.rst index 06eb84eee7..22bf16046a 100644 --- a/doc/userguide/devguide/codebase/contributing/code-submission-process.rst +++ b/doc/userguide/devguide/codebase/contributing/code-submission-process.rst @@ -19,6 +19,7 @@ Commits * Description, wrapped at ~72 characters #. Commits should be individually compilable, starting with the oldest commit. Make sure that each commit can be built if it and the preceding commits in the PR are used. +#. Commits should be authored with the format: "FirstName LastName " Information that needs to be part of a commit (if applicable):