diff options
Diffstat (limited to 'docs/contributing')
-rw-r--r-- | docs/contributing/development.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/contributing/development.rst b/docs/contributing/development.rst index 4a181499..3717f68c 100644 --- a/docs/contributing/development.rst +++ b/docs/contributing/development.rst @@ -69,6 +69,7 @@ Writing good commit messages ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The format should be and is inspired by: https://git-scm.com/book/ch5-2.html +It is also worth reading https://chris.beams.io/posts/git-commit/ * A single, short, summary of the commit (recommended 50 characters or less, not exceeding 80 characters) containing a prefix of the changed component |