diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-07-08 20:36:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-08 20:36:05 +0200 |
commit | 2819eb76a3b3310bb59ef14a0831c7d2fe59a5f5 (patch) | |
tree | be10c6d64940664fa05fc1bc9d73681ddee28c9d /docs/contributing | |
parent | f49330432f4b9b00f86b45ebe2e25169896c3747 (diff) | |
download | vyos-documentation-2819eb76a3b3310bb59ef14a0831c7d2fe59a5f5.tar.gz vyos-documentation-2819eb76a3b3310bb59ef14a0831c7d2fe59a5f5.zip |
development: add additional link for good commit messages
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 |