Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.18 KB

File metadata and controls

32 lines (22 loc) · 1.18 KB

Contributing to SigortaCu

Thank you for your interest in contributing to SigortaCu! We welcome contributions from everyone.

How to Contribute

  1. Fork the repository on GitHub.
  2. Clone your fork locally.
  3. Create a new branch for your feature or bug fix (git checkout -b feature/amazing-feature).
  4. Make your changes.
  5. Run tests to ensure everything is working (flutter test for frontend, vendor/bin/phpunit for backend).
  6. Commit your changes with a descriptive commit message.
  7. Push to your branch (git push origin feature/amazing-feature).
  8. Open a Pull Request to the main branch.

Code Style

Reporting Bugs

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)

Feature Requests

If you have an idea for a new feature, please open an issue using the Feature Request template.