9 lines
301 B
Markdown
Raw Normal View History

2021-11-08 16:39:17 +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!