[SPIP] PUBLIE : Writing a commit message

SPIP

Article validé

L’article « Writing a commit message » vient d’être publié par George.


Writing a commit message

samedi 9 août 2025, par jack

Commit messages in SPIP follow the specifications of Conventional Commits. This facilitates a posteriori review of the code history, as well as PR analysis.

The body of the message must be clear and explanatory : describe the problem addressed and the changes or corrections made.

Sommaire- Structure of a conventional commit

  • Example of a conventional commit
  • List of commit types
  • Further reading

— Envoyé par SPIP