First off, thank you for contributing to this software. The following guidelines will give you an overview over what's important for your pull request.
More test coverage is always appreciated. If your pull request alters critical parts of this package, including tests for these parts is mandatory.
The master
branch is intended for stable releases only, please merge your branch with develop
.
Please run dartfmt
before submitting your pull request and format your code
according to the coding conventions. Using a live linter is recommended. All pull requests
are automatically being tested for compliance after they have been submitted.
Thanks again for your help, Michael