This is an old revision of the document!


GIT Commit Guidelines

Not a MUST, but will help to track changes and follow the development easier.

Generic Guidelines

  • split big changes across many parts of the code (e.g., parser, memory manager, modules, ..) in smaller chunks that affect only one part. It is easier to track the changes

Core Commits

  • prefix the first line of the commit message with "core: "

Module Commits

  • prefix the first line of the commit message with "module name:"

Library Commits

  • prefix the first line of the commit message with "library name:"

Navigation

Wiki

Other

QR Code
QR Code devel:git-commit-guidelines (generated for current page)