Skip to content

Commit

Permalink
replaced TODO with FIXME and updated text
Browse files Browse the repository at this point in the history
  • Loading branch information
BradReesWork committed Jul 29, 2020
1 parent 4b662d2 commit 744be25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<pr>

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<pr>

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.



Expand Down

0 comments on commit 744be25

Please sign in to comment.