summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-10-12 09:03:35 +0200
committerUlrich Müller <ulm@gentoo.org>2017-10-14 11:16:38 +0200
commitb52c5d7071a4f1221fb563967f1684cdf6fe2a18 (patch)
tree72924df96045e0cfc572576329144063bdd0e64b
parentglep-0066: Posted on 2017-10-11 (diff)
downloadglep-b52c5d70.tar.gz
glep-b52c5d70.tar.bz2
glep-b52c5d70.zip
glep-0066: Fix accidentally collapsing Reported-by & Reviewed-by
-rw-r--r--glep-0066.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/glep-0066.rst b/glep-0066.rst
index 010abe9..e531f48 100644
--- a/glep-0066.rst
+++ b/glep-0066.rst
@@ -187,7 +187,8 @@ A few tags of common use are:
- ``Acked-by: Full Name <email@example.com>`` — commit approved
by another person (usually without detailed review),
- - ``Reported-by: Full Name <email@example.com>`` — usually indicates
+ - ``Reported-by: Full Name <email@example.com>``,
+ - ``Reviewed-by: Full Name <email@example.com>`` — usually indicates
full review,
- ``Signed-off-by: Full Name <email@example.com>`` — DCO approval (not
used in Gentoo right now),