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):