Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 257 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 257 Bytes

How To Contribute

  1. Fork repo
  2. Create failing test(s)
  3. Implement fix/functionality
  4. Ensure tests pass using detox
  5. Ensure code standards met by fixing any issues found with flake8 test_helpers
  6. Update docs if needed
  7. Create pull request