To get started with contributing, please follow the steps below:
- Fork the wolt_modal_sheet repo on GitHub.
- Clone your forked repo locally.
- Ensure you have Melos installed.
dart pub global activate melos
- Use Melos to bootstrap the project.
melos bootstrap
- Create a new branch from the
main
branch. - Make your changes.
- Run Melos format to format the code.
melos format
- Run Melos analyze to identify any issues.
melos analyze
- Create a pull request.