Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 855 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 855 Bytes

How to Contribute

Contributions are welcome!

  1. Fork and clone the repo

  2. Install the pre-commit hooks

  3. Create a new branch

    git checkout -b my-branch
  4. Code!

  5. Ensure all testthat tests pass

    devtools::test()

    Note that on first run a directory named tests/testthat/_snaps will be created and some tests will have a WARN result. This is okay! The next run will (hopefully) pass now that {vdiffr} has created snapshots for comparison.

  6. Submit a PR