Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 456 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (7 loc) · 456 Bytes

Contributing to csv_detective

Thank you for being willing to improve csv_detective!

Every modification should be submited as a PR, with a description of the changes in CHANGELOG.md as a new bullet point under "Current (in progress)".

We use semantic versioning. In version number x.y.z,

  • x refers to the latest breaking changes
  • y refers to the latest addition of a feature
  • z refers to the latest improvement with no impact on users