Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 699 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (23 loc) · 699 Bytes

Contributing to Marina.Moda®

We are thrilled that you want to contribute to the project! Below are the guidelines for contributing.

Steps

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
    git checkout -b feature/your-feature-name
  3. Make your changes.
  4. Commit your changes:
    git commit -m "Add your feature description"
  5. Push to your branch:
    git push origin feature/your-feature-name
  6. Create a pull request.

Code Style

  • Please follow standard Dart and Flutter coding conventions.
  • Document your code with comments where necessary.

Issues

Feel free to submit issues and feature requests.