Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 777 Bytes

File metadata and controls

37 lines (25 loc) · 777 Bytes

Contributing Guidelines

Thank you for considering contributing to this project.

How to Contribute

  1. Fork the repository
  2. Create a new branch

feature/

or

bugfix/

  1. Make your changes with clear, readable code
  2. Add comments or documentation where necessary
  3. Commit with a clear message
  4. Submit a Pull Request describing:
  • What was changed
  • Why it was changed
  • How it was tested

Code Standards

  • Follow existing project structure
  • Keep functions modular and readable
  • Avoid adding unnecessary dependencies
  • Ensure notebooks and scripts run without errors

Reporting Issues

Please use the provided issue templates for:

  • Bug reports
  • Feature requests

This helps keep discussions clear and actionable.