Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 440 Bytes

CONTRIBUTING.md

File metadata and controls

11 lines (6 loc) · 440 Bytes

Contributing

Contributions are extremely welcome. Feel free to add issues and pull requests.

Before contributing code changes, keep the following in mind:

  • Make sure to write tests for new code. TDD is encouraged.

  • The vcf package uses testify to write its tests. To keep consistency in the code base, new tests should also be written with it.

  • All tests must pass, both existing and new.