Contributing
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
+}Contributing - Comments CommunityContributing
How to contribute to CommentsQuick 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
@@ -102,4 +102,4 @@
# Static analysis
composer analyse
-
Need Help?
- Open an issue for bugs or questions
- Check existing issues first