Skip to content

Latest commit

 

History

History
88 lines (63 loc) · 1.63 KB

ex_vcs_based_documentation.adoc

File metadata and controls

88 lines (63 loc) · 1.63 KB

VCS as a source of Knowledge

Doctor Who Tardis time machine animation
  • Useful metadate

  • Commit message (surtout s’ils sont bien faits voire atomic / monorepo)

  • Conventional commit

  • pull request notes

Commit messages…​

Good commit messages

Tells the WHY

Conventional Commit

The template

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Example 1

feat: allow provided config object to extend other configs

BREAKING CHANGE: `extends` key in config file is now used for extending other config files

Example 2

docs: correct spelling of CHANGELOG

Generate Changelog

  • Conventional Changelog

Git "blame"

  1. is the new @author