What testing does the feature have?
- Unit tests
- Functional tests (physical/virtual hardware, smoke/regression)
- Are the smoke/regression labels applied correctly
- Negative/Positive
Does it pass the PR gates?
- Code coverage
- Hound/Linters
- Jenkins PR tests
- Travis unit tests
Is the code sufficiently easy to follow?
- Code structure
- Comments
Code duplication
- Does the code use a lot of cut-paste code that should be refactored
What public APIs are affected?
- REST
- Events
- Graphs/Tasks/Jobs