Spaces:
Running
Running
A newer version of the Gradio SDK is available:
6.5.1
Contributing to Saem's Tunes AI
We love your input! We want to make contributing to Saem's Tunes AI as easy and transparent as possible.
Development Process
- Fork the repo and create your branch from
main - Make your changes
- Add tests for new functionality
- Ensure all tests pass
- Submit a pull request
Code Style
- Use Black for code formatting
- Follow PEP 8 guidelines
- Write type hints for all functions
- Include docstrings for public methods
Testing
# Run all tests
pytest
# Run with coverage
pytest --cov=src
# Run specific test file
pytest tests/test_ai_system.py
Pull Request Process
Update documentation if needed
Add tests for new features
Ensure CI passes
Get review from maintainers
Merge after approval
Bug Reports
When filing an issue, please include:
Description of the problem
Steps to reproduce
Expected behavior
Actual behavior
Environment details
Feature Requests
We welcome feature requests! Please provide:
Use case description
Proposed solution
Alternative solutions considered
Questions?
Contact the development team or open an issue for discussion.