730 B
730 B
title, description, navigation
| title | description | navigation | ||
|---|---|---|---|---|
| Contributing | How to contribute to Comments |
|
Quick Start
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests:
composer test - Submit a pull request
Guidelines
- Follow the existing code style
- Add tests for new features
- Update documentation as needed
- One feature per pull request
Development Commands
# Run tests
composer test
# Format code
composer pint
# Static analysis
composer analyse
Need Help?
- Open an issue for bugs or questions
- Check existing issues first