Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 686 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (23 loc) · 686 Bytes

Contributing to WoltModalSheet

To get started with contributing, please follow the steps below:

  1. Fork the wolt_modal_sheet repo on GitHub.
  2. Clone your forked repo locally.
  3. Ensure you have Melos installed.
    dart pub global activate melos
  4. Use Melos to bootstrap the project.
    melos bootstrap
  5. Create a new branch from the main branch.
  6. Make your changes.
  7. Run Melos format to format the code.
    melos format
  8. Run Melos analyze to identify any issues.
    melos analyze
  9. Create a pull request.