commit: 9034dc0f5a277f84a7ce8a4bf528979afe5bb4b5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 30 09:47:13 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed Apr 7 17:28:18 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=9034dc0f
ebuild-writing/user-submitted: mention checking for Signed-off-by Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/user-submitted/text.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ebuild-writing/user-submitted/text.xml b/ebuild-writing/user-submitted/text.xml index c603e0a..a389677 100644 --- a/ebuild-writing/user-submitted/text.xml +++ b/ebuild-writing/user-submitted/text.xml @@ -33,6 +33,11 @@ may not be necessary. If that is not the case, you may wish to use git commit's <c>--author</c> parameter to explicitly give them credit. </p> +<p> +Developers must check for a valid <c>Signed-off-by</c> line either within +the provided patches by a user or within a comment on e.g. Bugzilla. +</p> + <p> Users should be encouraged to submit diffs to an existing ebuild if they are submitting an upgrade. Doing this will help to avoid re-introduction
