Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 733 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (20 loc) · 733 Bytes

Contributing to Deps Versions

Thank you for taking the time to contribute!

You can also see notes on how to setup a development environment at DEVELOPERS.md.

Pull requests

Create pull requests to the master branch.

Running tests

$ lein test

Pull requests for bugs

If possible provide:

  • Code that fixes the bug
  • Failing tests which pass with the new changes
  • Improvements to documentation to make it less likely that others will run into issues (if relevant).

Pull requests for features

If possible provide:

  • Code that implements the new feature
  • Tests to cover the new feature including all of the code paths
  • Docstrings for functions
  • Documentation examples