- Does this contain breaking changes? If so, did you update release-notes.md?
- Did you bump the version number?
- Major
- Minor
- Path
- Is there appropriate unit test coverage?
- Does this PR require a regression test? All fixes require a regression test.
- Does this add new dependencies?
- Will this feature require a new piece of infrastructure be implemented?
- Did you update the documentation per these changes?
- If you added a new component, did you add an example in /examples?