We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2876ee commit 2cf7c15Copy full SHA for 2cf7c15
Announce
@@ -51,6 +51,7 @@ people () {
51
--group=trailer:reviewed-by \
52
--group=trailer:mentored-by \
53
--group=trailer:helped-by \
54
+ --group=trailer:tested-by \
55
--group=trailer:reported-by \
56
"$@" |
57
sed -e 's/^[ 0-9]*[ ]//' -e 's/$/,/' |
@@ -142,9 +143,9 @@ then
142
143
144
$(fmt_people "$tmpbase.old")
145
- [*] We are counting not just the authorship contribution but
146
- issue reporting, testing and reviewing that are recorded
147
- in the commit trailers.
+ [*] We are counting not just the authorship contribution but issue
+ reporting, mentoring, helping and reviewing that are recorded in
148
+ the commit trailers.
149
EOF
150
fi
151
0 commit comments