Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 648 Bytes

File metadata and controls

28 lines (20 loc) · 648 Bytes

Contributing

Thank you for your interest in this project!

How to Contribute

  1. Fork the repository
  2. Create a new branch (git checkout -b feature/your-feature)
  3. Make your changes
  4. Run the test suite (pytest tests/ -v)
  5. Commit your changes (git commit -m "Add your feature")
  6. Push to the branch (git push origin feature/your-feature)
  7. Open a Pull Request

Running Tests

pytest tests/ -v

Code Style

  • Follow PEP 8 for Python code
  • Add docstrings to all functions
  • Ensure all tests pass before submitting a PR

Questions

Feel free to reach out via LinkedIn