Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 742 Bytes

File metadata and controls

38 lines (26 loc) · 742 Bytes

Contributing

Thank you for considering contributing to this project!

Development Setup

  1. Fork the repository
  2. Clone your fork
  3. Install dependencies: pip install -r requirements.txt
  4. Make your changes
  5. Test thoroughly
  6. Submit a pull request

Code Style

  • Follow PEP 8 for Python code
  • Use meaningful variable names
  • Add comments for complex logic
  • Keep functions focused and concise

Pull Request Process

  1. Update README.md if needed
  2. Update CHANGELOG.md with your changes
  3. Ensure all tests pass
  4. Get approval from maintainer

Reporting Issues

  • Use GitHub Issues
  • Provide clear description
  • Include reproduction steps
  • Add relevant logs/screenshots

Questions?

Open an issue for discussion.