Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 929 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 929 Bytes

Contributing to OCLAPI2

We welcome contributions!

Code Review & Acceptance Process

  • All contributions require code review. For now, our process is simple: Open a Pull Request on GitHub and ensure pylint and all tests pass on your local setup. One of the responsible code owners will then review your contribution.
  • Our code coverage stands at ~93%, and we strive to increase it. Please make sure you run coverage before raising PR

Dev Setup

Please follow Dev Setup Guide and for Running Checks

Dev Setup with KeyCloak (SSO)

Please follow Dev Setup with KeyCloak Guide