We welcome contributions to whylogs by the community.
Feel free to add issues related to the project.
Please search issue tracker before creating a new issue for a bug, an improvement request, or a fetaure request).
If you feel that you can fix or implement it yourself, please read a few paragraphs below to learn how to submit your changes.
- Open a new issue in the issue tracker.
- Setup the development environment if you need to run tests or whylogs with your changes
- Fork whylogs and prepare necessary changes.
- Add tests for your changes to
tests/
. Changes without tests are still going to be considered by us. - Make sure all tests pass.
- Submit a pull request, referencing any issues it addresses.
We will review your pull request as soon as possible. Thank you for contributing!