Skip to content

Contributing

Contributing

Contributions are welcome and greatly appreciated! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/AmazingFeature)
  3. Make your changes
  4. Add tests for new functionality
  5. Commit your changes (git commit -m 'Add some AmazingFeature')
  6. Push to the branch (git push origin feature/AmazingFeature)
  7. Open a Pull Request

Contribution Guidelines

  • Write clear, descriptive commit messages
  • Add tests for any new features or bug fixes
  • Update documentation as needed
  • Follow the existing code style (PEP 8)
  • Ensure all tests pass before submitting PR