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.