Community
Contributing
How to contribute to Ink.
Contributions are welcome! Here's how to get started:
- Fork the repository
- Create a feature branch (
feat/my-feature) - Make your changes
- Run tests and static analysis
- 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).