File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -143,16 +143,14 @@ <h4 id="Action_Items" class="numbered">Action Items</h4>
143
143
< p > Highlight todos by using the keyword < code > TODO</ code > only, not other common formats like
144
144
< code > @@</ code > .</ p >
145
145
146
- < p > Append a contact (username or mailing list) in parentheses as with the format
147
- < code > TODO(contact) </ code > .</ p >
146
+ < p > Append action items after a colon as in < code > TODO: action
147
+ item </ code > .</ p >
148
148
149
- < p > Append action items after a colon as in < code > TODO: action item</ code > .</ p >
150
-
151
- < pre > < code class ="language-django external good "> {# TODO(john.doe): revisit centering #}
149
+ < pre > < code class ="language-django external good "> {# TODO: Revisit centering. #}
152
150
<center>Test</center>
153
151
</ code > </ pre >
154
152
155
- < pre > < code class ="language-html good "> <!-- TODO: remove optional tags -->
153
+ < pre > < code class ="language-html good "> <!-- TODO: Remove optional tags. -->
156
154
<ul>
157
155
<li>Apples</li>
158
156
<li>Oranges</li>
You can’t perform that action at this time.
0 commit comments