Contributions are welcome!
-
Install the
pre-commit
hooks -
Create a new branch
git checkout -b my-branch
-
Code!
-
Ensure all
testthat
tests passdevtools::test()
Note that on first run a directory named
tests/testthat/_snaps
will be created and some tests will have aWARN
result. This is okay! The next run will (hopefully) pass now that {vdiffr} has created snapshots for comparison. -
Submit a PR