Skip to content

Commit 0b32c65

Browse files
committed
SubmittingPatches: Improve SubmittingPatches example
The example commit didn't show the convention of prefixing the message with the relative directory path where the file lives, which has led new contributors to innocently submit changes that aren't formatted ideally. This adds a path to the example. Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
1 parent 3a21a91 commit 0b32c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SubmittingPatches.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ able to refer to the bug tracker easily.
173173

174174
Here is an example showing a properly-formed commit message::
175175

176-
doc: add "--foo" option to bar
176+
doc/rados/mumble: Add "--foo" option to bar
177177

178178
This commit updates the man page for bar with the newly added "--foo"
179179
option.

0 commit comments

Comments
 (0)