Checklist before commit - Cidana-Developers/Cidana-Task-Manager GitHub Wiki

  1. Does coding style conform to the required style? (use clang-format before commit)
  2. Is the license declaration correct? (use intel or libaom)
  3. Is there any comment about the test cases, like what do you want to test?
  4. Does the code coverage increase after adding new test cases? (run the code coverage script)
  5. Is the code copied from libaom? (add libaom license declaration)
  6. Does the commits contains unnecessary history? (Squash the commit if necessary)
  7. Output message when test case fails.