diff options
Diffstat (limited to 'Help/dev/review.rst')
-rw-r--r-- | Help/dev/review.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/dev/review.rst b/Help/dev/review.rst index 6c7e92c..f2a91c0 100644 --- a/Help/dev/review.rst +++ b/Help/dev/review.rst @@ -260,7 +260,7 @@ This may be generated with If the commit is a fix for the mentioned commit, consider using a ``Fixes:`` trailer in the commit message with the specified format. This trailer should not be word-wrapped. Note that if there is also an issue for what is being -fixed, it is preferrable to link to the issue instead. +fixed, it is preferable to link to the issue instead. If relevant, add the first release tag of CMake containing the commit after the ``<date>``, i.e., ``commit <shorthash> (<subject>, <date>, <tag>)``. |