Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 292 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 292 Bytes

Contributing

Workflow is pretty straightforward:

  • Fork it!
  • Make a change
  • Make sure all tests passed: coverage run --source=ruia -m pytest && coverage report
  • Commit your changes to own ruia clone: git commit -am 'Add some feature'
  • Push to the branch
  • Submit a pull request