1Before opening your pull request, please make sure that you've: 2 3- [ ] updated the changelog if the change is user-facing; 4- [ ] added tests to cover your changes; 5- [ ] run the test suite locally (`make test`); and finally, 6- [ ] run the linters locally (`make lint`). 7 8Thanks for your contribution!