( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
# 🤝 Contributing **Contributions are welcome! If you have a feature request, bug report, or improvement:** 1. **Fork the repository** 2. **Create a topic branch:** Choose the prefix that matches the purpose of your work: * `feature/your-description` – new functionality * `bugfix/your-description` – fix for an existing issue * `hotfix/your-description` – urgent production fix 3. **Run Laravel Pint to ensure code style is consistent**`composer pint` 4. **Add or update tests and make sure they pass** `composer test` 5. **Commit your changes**`git commit -am "Add: my awesome addition"` 6. **Push to your branch** `git push origin feature/my-awesome-addition` 7. **Open a pull request** Please adhere to laravel pint and include tests where applicable.