Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 403 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 403 Bytes

Pre-commit

This project uses pre-commit to automatically screen incoming code for a minimum standard.

To comply:

  • Install pre-commit on your machine
  • Navigate to this repo
    • cd ctv-analysis
  • Set up pre-commit
    • pre-commit install
  • Make changes to the code
  • Commit your changes
    • git commit -m "your message"
  • Review the pre-commit output