Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 485 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 485 Bytes

PR Guidelines

  1. Fork branch from main.
  2. Ensure to provide unit tests for new functionality.
  3. Update documentation accordingly.
  4. Update changelog according to "Keep a changelog" guidelines.
  5. Squash changes with a single commit as much as possible and ensure verbose PR name.
  6. Open a PR against main

We reserve the right to take over and modify or abandon PRs that do not match the workflow or are abandoned.