Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 759 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 759 Bytes

Contributing

As a guideline, please follow this process when contributing:

  1. Fork the repository.
  2. Create a branch from master (git checkout -b branch-name main).
  3. Make the relevant code changes.
  4. If your change will require documentation updates, include them in the same pull request.
  5. Use the various quality checks provided:
    • Run the tests with make test.
    • Ensure code follows PER-CS 2.0
  6. Squash commits if necessary (git rebase -i main).
  7. Submit a pull request to the main branch.