1
0
mirror of git://jb55.com/damus synced 2024-09-16 02:03:45 +00:00

docs: clarify the section on using -v2,v3, etc

Some patches are still not getting sent with version information. Let's
clarify that in the contribution docs.

Cc: dev@damus.io
This commit is contained in:
William Casarin 2023-07-16 10:05:15 -07:00
parent f53b824122
commit da78a217a3

View File

@ -49,13 +49,14 @@ the dedicated `Separate your changes` section because this is very
important.
When you submit or resubmit a patch or patch series, include the complete
patch description and justification for it (-v2,v3,vn... option on
git-send-email). Don't just say that this is version N of the patch
(series). Don't expect the reviewer to refer back to earlier patch
versions or referenced URLs to find the patch description and put that
into the patch. I.e., the patch (series) and its description should be
self-contained. This benefits both the maintainers and reviewers. Some
reviewers probably didn't even receive earlier versions of the patch.
patch description and justification for it. Each new version should use
the -v2,v3,vN option on git-send-email for each new patch revision. Don't
just say that this is version N of the patch (series). Don't expect the
reviewer to refer back to earlier patch versions or referenced URLs to
find the patch description and put that into the patch. I.e., the patch
(series) and its description should be self-contained. This benefits both
the maintainers and reviewers. Some reviewers probably didn't even
receive earlier versions of the patch.
Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy