Thank you for your interest in contributing to SigortaCu! We welcome contributions from everyone.
- Fork the repository on GitHub.
- Clone your fork locally.
- Create a new branch for your feature or bug fix (
git checkout -b feature/amazing-feature). - Make your changes.
- Run tests to ensure everything is working (
flutter testfor frontend,vendor/bin/phpunitfor backend). - Commit your changes with a descriptive commit message.
- Push to your branch (
git push origin feature/amazing-feature). - Open a Pull Request to the
mainbranch.
- Flutter: Follow the official Flutter style guide.
- PHP: Follow PSR-12 coding standards.
If you find a bug, please open an issue using the Bug Report template. Include as much detail as possible:
- Steps to reproduce
- Expected behavior
- Actual behavior
- Screenshots (if applicable)
If you have an idea for a new feature, please open an issue using the Feature Request template.