Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 722 Bytes

File metadata and controls

executable file
·
9 lines (6 loc) · 722 Bytes

Contributing to RecallGraph

Thanks for taking the time to help improve RecallGraph!

A formal contribution guideline wiki is in the works. In the meantime, please adhere to the following guiding principles:

  • Stick to the exisiting coding and formatting styles,
  • Maintain the current file and folder structure. Get in touch before starting development and I will go over a few basic code organization policies.
  • Write test cases for every new piece of functionality and ensure good code coverage (> 85% at present). Automated builds and coverage reports are run on Travis CI for each PR.