mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
doc: Add item to "Submitting Patches" section.
* doc/contributing.texi (Submitting Patches): Add item about 'git-format-patch --base'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
5871639bb1
commit
d18b787d8a
1 changed files with 6 additions and 0 deletions
|
@ -1011,6 +1011,12 @@ Before submitting a patch that adds or modifies a package definition,
|
||||||
please run through this check list:
|
please run through this check list:
|
||||||
|
|
||||||
@enumerate
|
@enumerate
|
||||||
|
@cindex @code{git format-patch}
|
||||||
|
@cindex @code{git-format-patch}
|
||||||
|
@item
|
||||||
|
We recommend to use the command @code{git format-patch --base} to
|
||||||
|
include the commit where your patch applies.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
If the authors of the packaged software provide a cryptographic
|
If the authors of the packaged software provide a cryptographic
|
||||||
signature for the release tarball, make an effort to verify the
|
signature for the release tarball, make an effort to verify the
|
||||||
|
|
Loading…
Reference in a new issue