diff options
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a4d0bd2..6c9df2c7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,7 +44,9 @@ commits). Follow these general rules: trailer with the commit id and its title. - When in doubt, follow the format and layout of the recent existing commits. - If your commit brings visible changes for end-users, add one of the following - trailers with a short and concise description of the change. + trailers with a short and concise description of the change. The change + should be described in full sentences, starting with a capital letter and + ending in a period. * `Changelog-added:` for new features. * `Changelog-fixed:` for bug fixes. |