Skip to content

Latest commit

 

History

History
executable file
·
14 lines (12 loc) · 315 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
14 lines (12 loc) · 315 Bytes

Contributing

This is a short guide on how to start contributing to flaxvision. Here are a few guidelines you should follow.

Testing

To execute all the tests, run:

pytest

Creating a PR

Make sure all tests run and code is properly formatted with yapf:

yapf --in-place --recursive .