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.

...