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://dev.to/this-is-learning/the-power-of-atomic-commits-in-git-how-and-why-to-do-it-54mn

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/