From: Karel Zak Date: Tue, 31 Aug 2021 09:02:26 +0000 (+0200) Subject: docs: add hint about TP X-Git-Tag: v2.38-rc1~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68d7dc7b46943994b042b12351e6106acfcda96d;p=thirdparty%2Futil-linux.git docs: add hint about TP Addresses: https://github.com/karelzak/util-linux/issues/1421 Signed-off-by: Karel Zak --- diff --git a/Documentation/howto-contribute.txt b/Documentation/howto-contribute.txt index d5af31e889..9afc17c124 100644 --- a/Documentation/howto-contribute.txt +++ b/Documentation/howto-contribute.txt @@ -31,6 +31,10 @@ Sending Patches * don't include generated (autotools) files in your patches. Hint: use 'git clean -Xd'. + * don't include po/ (tranlations) changes to the upstream patches. + The po/ stuff is maintained on http://translationproject.org/domain/util-linux.html + and updated always before the next release. + * neutrality: the files in util-linux should be distribution-neutral. Packages like RPMs, DEBs, and the rest, are not provided. They should be available from the distribution.