We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6234b99 commit 16b1cafCopy full SHA for 16b1caf
docs/code_authoring_and_core_review.md
@@ -79,4 +79,6 @@ So to avoid leaving such TODOs in the code without any intention the following p
79
As a reviewer, please perform the following actions when you see some newly introduced `TODO` in the code:
80
- Check if some ticket is mentioned
81
- If it is, ensure that the ticket described enough to gather enough context to fix this `TODO` in the future
82
-- If it isn't please ask author of the code to introduce it
+- If it isn't, please ask the author of the code to introduce it
83
+
84
+- When an issue with `kotlin-todo` is resolved, please ensure that the author fixed all corresponding TODOs in the code.
0 commit comments