Contributing
How to contribute to TAVP.
Development Setup
bash
git clone https://github.com/tavp-stack/tavp-core.git
cd tavp-core
composer installCode Standards
- Follow PSR-12 coding style
- Write tests for new features
- Update documentation
Pull Request Process
- Fork repository
- Create feature branch
- Commit changes
- Push to fork
- Create Pull Request
Reporting Issues
- Use GitHub Issues
- Include PHP version
- Include error message
- Provide reproduction steps
