commit: 396932f9fbb041b273da46b8000728a28e99de52 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Feb 23 08:21:53 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Tue Feb 23 08:21:53 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=396932f9
ebuild-maintenance/git: Write tags in the same way as GLEP 66 does Namely, Suggested-by: and Reported-by: with lowercase "by". Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-maintenance/git/text.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ebuild-maintenance/git/text.xml b/ebuild-maintenance/git/text.xml index d58b35f..5240f6a 100644 --- a/ebuild-maintenance/git/text.xml +++ b/ebuild-maintenance/git/text.xml @@ -289,9 +289,9 @@ as --force) for the commit.</li> When committing <uri link="::ebuild-writing/user-submitted">user contributions</uri>, make sure to credit them in your commit message with the user's full name and email address. Be aware and respectful -of their privacy: some users prefer to be only known by a -nickname. Take advantage of the tags such as <c>Suggested-By</c> or -<c>Reported-By:</c>when entering such information to the commit +of their privacy: some users prefer to be only known by a nickname. +Take advantage of tags such as <c>Suggested-by:</c> or +<c>Reported-by:</c> when entering such information to the commit message. </p>
