Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 708 Bytes

File metadata and controls

33 lines (23 loc) · 708 Bytes

Contributing

Thank you for your interest in contributing!

Getting Started

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/your-feature
  3. Make your changes
  4. Run tests: pytest
  5. Submit a Pull Request

Code Style

  • Follow existing code style and conventions
  • Write clear, descriptive commit messages
  • Add tests for new features

Reporting Issues

Use GitHub Issues to report bugs or request features. Please include:

  • Steps to reproduce
  • Expected vs actual behavior
  • Environment details

Pull Request Guidelines

  • Keep PRs focused on a single change
  • Update documentation as needed
  • Ensure all tests pass

Mukller