From 6c8e551c85077c747a88666d56d52c41aae8d714 Mon Sep 17 00:00:00 2001 From: BradReesWork Date: Wed, 29 Jul 2020 17:30:47 -0400 Subject: [PATCH] fixed typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d6c92a55f5a..71a7e6c614d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ and ask for clarifications! **The _FIXME_** comment -Use the _FIXME_ comment to capture technical debt. It should not be used to flag flag bugs since those need to be cleaned up before code is submitted. +Use the _FIXME_ comment to capture technical debt. It should not be used to flag bugs since those need to be cleaned up before code is submitted. We are implementing a script to count and track the number of FIXME in the code. Usage of TODO or any other tag will not be accepted.