diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-05-21 23:25:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-05-22 00:35:23 +0200 |
commit | 1ad5209d904d471ded6cf53b4e29b64e963dea3f (patch) | |
tree | b06d124000073c4f101ac6bced8df077808595ec /doc | |
parent | 5e46b827cf79c064372a99537e469505218def0a (diff) | |
download | gnu-guix-1ad5209d904d471ded6cf53b4e29b64e963dea3f.tar gnu-guix-1ad5209d904d471ded6cf53b4e29b64e963dea3f.tar.gz |
maint: Add "make check-channel-news".
* build-aux/check-channel-news.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
(check-channel-news): New phony rule.
* doc/contributing.texi (Commit Access): Mention "make check-channel-news".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/contributing.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi index 44bec00236..7b1f7e7c94 100644 --- a/doc/contributing.texi +++ b/doc/contributing.texi @@ -1278,6 +1278,14 @@ When pushing a commit on behalf of somebody else, please add a with @command{git am --signoff}. This improves tracking of who did what. +When adding channel news entries (@pxref{Channels, Writing Channel +News}), make sure they are well-formed by running the following command +right before pushing: + +@example +make check-channel-news +@end example + For anything else, please post to @email{guix-patches@@gnu.org} and leave time for a review, without committing anything (@pxref{Submitting Patches}). If you didn’t receive any reply after two weeks, and if |