Currently, there are a couple of basic checks in place for PRs: 1. CLA check 2. Clippy check In line with other official client repositories, a Continuous Integration should be configured to: 1. run unit tests 2. run integration tests 3. check for dead links in documentation on PRs.