Spaces:
Configuration error
Configuration error
Contributing to Sikho
Thank you for your interest in contributing to Sikho! We welcome contributions from the community.
How to Contribute
Reporting Bugs
If you find a bug, please create an issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Environment details (OS, Python version, etc.)
Suggesting Features
Feature suggestions are welcome! Please:
- Check existing issues first
- Provide clear use case
- Explain expected behavior
- Include examples if possible
Pull Requests
Fork the repository
git clone https://github.com/SayedZahur786/Animetrix_AI.gitCreate a feature branch
git checkout -b feature/your-feature-nameMake your changes
- Follow existing code style
- Add comments for complex logic
- Update documentation if needed
Test your changes
# Run the application cd backend uvicorn main:app --reload # Test with various promptsCommit with clear messages
git commit -m "Add: description of your changes"Push and create PR
git push origin feature/your-feature-name
Code Style
- Follow PEP 8 for Python code
- Use meaningful variable names
- Add docstrings for functions
- Keep functions focused and small
Areas for Contribution
- π¨ Frontend improvements
- π€ Additional AI model integrations
- π¬ New animation effects
- π Documentation enhancements
- π Bug fixes
- β‘ Performance optimizations
- π§ͺ Test coverage
Development Setup
See README.md for setup instructions.
Questions?
Feel free to open an issue for any questions!
Thank you for making Sikho better! π