Skip to content

Contributing_and_Development

GALIH RIDHO UTOMO edited this page Jun 2, 2025 · 4 revisions

Contributing & Development

  1. Fork the repository
  2. Create a feature branch
  git checkout -b feature/your_feature
  1. Implement changes

    • Add or fix primitives/pseudo-code as needed.
    • Add unit tests for any new functionality.
  2. Run tests in all supported languages.

  3. Commit & push, then open a pull request.


Coding Conventions

Documentation

  • For any new API, include inline docstrings/comments.
  • Update the Wiki pages if you add new features or parameters.
  • Maintain consistency in mathematical notation across languages.

Back to Home | Footer

Clone this wiki locally