Files
relaticle-comments/docs/content/4.community/1.contributing.md
2026-03-27 00:29:57 +04:00

730 B

title, description, navigation
title description navigation
Contributing How to contribute to Comments
icon
i-lucide-heart-handshake

Quick Start

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Run tests: composer test
  5. 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?