From 744be25b3a3d5a6cff91e29d9cd0e36ea5df16d1 Mon Sep 17 00:00:00 2001 From: BradReesWork Date: Wed, 29 Jul 2020 14:56:38 -0400 Subject: [PATCH] replaced TODO with FIXME and updated text --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 62bd45dcb1b..d6c92a55f5a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -74,10 +74,10 @@ If you need more context on a particular issue, please ask. Remember, if you are unsure about anything, don't hesitate to comment on issues and ask for clarifications! -**The _TODO_** comment - -Use the _TODO_ comment to capture technical debt. It should not be used to flag areas that need to be fixed. FixMe blocks need to be cleaned up before code is submitted. +**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. +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.