18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
![]() |
must3.mustache == BEGIN
|
||
|
{{#repo}}
|
||
|
<b>{{name}}</b> reviewers:{{#who}} {{reviewer}}{{/who}} committers:{{#who}} {{committer}}{{/who}}
|
||
|
{{/repo}}
|
||
|
|
||
|
{{#person?}}
|
||
|
Hi {{name}}!
|
||
|
{{/person?}}
|
||
|
|
||
|
{{=%(% %)%=}}
|
||
|
=====================================
|
||
|
%(%! big comment %)%
|
||
|
%(%#repo%)%
|
||
|
<b>%(%name%)%</b> reviewers:%(%#who%)% %(%reviewer%)%%(%/who%)% committers:%(%#who%)% %(%committer%)%%(%/who%)%
|
||
|
%(%/repo%)%
|
||
|
=====================================
|
||
|
must3.mustache == END
|