9 lines
301 B
Markdown
Raw Permalink Normal View History

2021-12-04 16:42:11 +00:00
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!