mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
|
||||
|
||||
@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
|
||||
If the authors of the packaged software provide a cryptographic
|
||||
signature for the release tarball, make an effort to verify the
|
||||
|
|
Loading…
Reference in a new issue