Skip to content

Commit

Permalink
Update guidelines on commit messages
Browse files Browse the repository at this point in the history
We specify in more detail the guidelines on commit messages to reflect the current message history of the project.
  • Loading branch information
mristin authored Apr 24, 2024
1 parent eec45ca commit a34f0d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,15 @@ We follow Chris Beams' `guidelines on commit messages`_:
2) Limit the subject line to 50 characters
3) Capitalize the subject line
4) Do not end the subject line with a period
5) Use the imperative mood in the subject line
5) Use the imperative mood in the subject line, full sentences in the body
6) Wrap the body at 72 characters
7) Use the body to explain *what* and *why* vs. *how*

.. _guidelines on commit messages: https://chris.beams.io/posts/git-commit/

If you are merging in a pull request, please squash before merging.
We want to keep the Git history as simple as possible, and the commits during the development are rarely insightful later.

Development Scripts
===================
We need to frequently back-propagate test data from `aas-core-meta`_ repository.
Expand Down

0 comments on commit a34f0d4

Please sign in to comment.