Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Most importantly, does it actually fix what the commitment message says should be fixed?
  • Verify against ONAP code standards. In general, we use the Google Style Guide with some small modifications.
  • Did the unit tests get updated?
    • New functionality MUST have unit tests.
    • New methods added to existing code MUST be covered by existing or additional unit tests.
    • We are looking for a minimum of 60% code coverage, with higher levels encouraged.
  • Using the knowledge of Security design principles, does the code meet the security requirement and not introduce any vulnerabilities.
  • Verify that no non-encrypted credentials (non-test) are stored in the repositories

Check whether the version number should be updated

...