How to contribute
Things we will merge
- Bugfixes
- Performance improvements
- Features which are likely to be useful to the majority of users
Things we won't merge
- Code which adds no significant value to the library
- Code which comes without tests
- Code which breaks existing tests
Workflow
- Fork the repo and branch off of
main - Create a new branch in your fork
- Add tests for your code
- Make sure all tests pass
- Create a pull request