Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 432 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 432 Bytes

Contributing

Getting Started

  1. Fork this repo
  2. Change code
  3. Write tests for any new/changed code
  4. Commit. pre-commit will take care of formatting/linting/testing
  5. Open a pull request

Style

dvnv adheres to the default black style. Indents are four spaces and Google style docstrings are to be used.