Git Commit Guidelines

The EEROS Framework is developed using the following git commit guidelines.

1. Changes are as small and atomic as possible

Why? Because then it's:

This rules and benefits are based on the following article, which provides additional background information. https://www.freshconsulting.com/atomic-commits/

2. Commit messages are well formatted

3. Commit messages are meaningful

Why? Because then it's:

This rules and benefits are based on the following article, which provide additional background information. https://chris.beams.io/posts/git-commit/