Skip to content

Contributing Guidelines

We welcome contributions!

To contribute:

  1. Fork the repository.
  2. Create a branch:

    git checkout -b feat/issue-XXX
    
  3. Commit changes:

    git commit -m "feat: add feature x"
    
  4. Run tests

  5. Submit a pull request.

Code Style

  • Writing clean and well-documented code.
  • Use docstrings for all functions and classes to explain it's the purpose and functionality.
  • Enforce style guide.