301 B
301 B
Before opening your pull request, please make sure that you've:
- updated the changelog if the change is user-facing;
- added tests to cover your changes;
- run the test suite locally (
make test
); and finally, - run the linters locally (
make lint
).
Thanks for your contribution!