iml130 / pfdl

A Production Flow Description Language for an Order-Centric Production
https://iml130.github.io/pfdl/
MIT License
9 stars 2 forks source link

Should we switch to Conventional Commits? #21

Closed maxhoerstr closed 2 weeks ago

maxhoerstr commented 1 year ago

To unify the style of our commits, we could use Conventional Commits. It provides a set of rules on how to write a commit message.

An example commit message looks like the following:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Here, type is an identifier like "fix" or "feat".

maxhoerstr commented 2 weeks ago

The current commit messages are sufficient, so we can close this issue.