Files
oam/knowledge base/conventional commits.md
2023-07-09 18:17:32 +02:00

33 lines
531 B
Markdown

# Conventional commits
Lightweight convention on top of commit messages.<br/>
It provides an easy set of rules for creating an explicit commit history.
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
## TL;DR
A commit message should be structured as follows:
```txt
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]
```
## Further readings
- [Website]
<!--
References
-->
<!-- Upstream -->
[website]: https://www.conventionalcommits.org