doc: Mention how to rebuild guix before submitting patches.

* doc/contributing.texi (Submitting Patches): Mention rebuild command in the
  check list.
This commit is contained in:
Pierre Neidhardt 2019-12-02 10:13:39 +01:00
parent 936788686f
commit bf99d7e0e2
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 7 additions and 0 deletions

View File

@ -961,6 +961,13 @@ often better to clone the repository. Don't use the @command{name} field in
the URL: it is not very useful and if the name changes, the URL will probably
be wrong.
@item
See if Guix builds with
@example
guix environment --pure guix -- make
@end example
and look for warnings, especially those about use of undefined symbols.
@end enumerate
When posting a patch to the mailing list, use @samp{[PATCH] @dots{}} as