Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 626 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 626 Bytes

Contributing

Thanks for wanting to make a contribution and wanting to improve this library for everyone!

Project setup

  1. Fork and clone the repo
  2. Run flutter pub get to install dependencies
  3. Create a branch for your PR with git checkout -b pr/your-branch-name

Committing and Pushing changes

Please make sure to run the tests before you commit your changes. You can do so by running flutter test.

Help needed

Please check out the the open issues.

Also, please watch the repo and respond to questions/bug reports/feature requests! Thanks!