Community

Contributing

How to contribute to Ink.

Contributions are welcome! Here's how to get started:

  1. Fork the repository
  2. Create a feature branch (feat/my-feature)
  3. Make your changes
  4. Run tests and static analysis
  5. Submit a pull request

Development Setup

Terminal
git clone git@github.com:relaticle/ink.git
cd ink
composer install

Code Style

Follow PSR-12 and Laravel conventions. All files must have declare(strict_types=1).