From 16b1caff7ee5cf962a9cb73b6ec4a64a42035872 Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Tue, 16 Jan 2024 11:03:49 +0200 Subject: [PATCH] [Doc] Update part of _Code authoring guideline_ about TODO processing --- docs/code_authoring_and_core_review.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/code_authoring_and_core_review.md b/docs/code_authoring_and_core_review.md index a15d0749e42..6711fcff13e 100644 --- a/docs/code_authoring_and_core_review.md +++ b/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 As a reviewer, please perform the following actions when you see some newly introduced `TODO` in the code: - Check if some ticket is mentioned - If it is, ensure that the ticket described enough to gather enough context to fix this `TODO` in the future -- 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 + +- When an issue with `kotlin-todo` is resolved, please ensure that the author fixed all corresponding TODOs in the code.