Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 817 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 817 Bytes

Contributing to open-retrievals

If you are interested in contributing to open-retrievals,

  • Feel free to send a Pull Request
  • If you want to implement a new feature and unsure about it, you can post an issue first

Once you finish implementing a feature a bug-fix, please send a Pull Request to https://github.com/LongxingTan/open-retrievals

Developing open-retrievals

To develop tfts on your machine, here are some tips:

  1. Uninstall existing open-retrievals installations:
  2. Clone a copy of open-retrievals from source
  3. Create a new branch and edit the code
  4. Install pre-commit hooks
  5. Ensure your code is formatted correctly by testing against the styleguide of flake8
  6. Ensure the entire test suite passed and the code coverage roughly stays the same
  7. Update and test the documentation