Skip to content

Contributing

How to contribute to TAVP.

Development Setup

bash
git clone https://github.com/tavp-stack/tavp-core.git
cd tavp-core
composer install

Code Standards

  • Follow PSR-12 coding style
  • Write tests for new features
  • Update documentation

Pull Request Process

  1. Fork repository
  2. Create feature branch
  3. Commit changes
  4. Push to fork
  5. Create Pull Request

Reporting Issues

  • Use GitHub Issues
  • Include PHP version
  • Include error message
  • Provide reproduction steps

Released under the MIT License.