mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-05-14 02:19:09 +02:00
92e792a022
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
560 B
560 B
Contributing
Improvements, bug reports, feature requests welcome.
- Please include
dart --versionand the package version when reporting bugs. - Code should be formatted with
dartfmt. - Public methods should have doc comments and test coverage.
- Itemize user-facing changes in the
HEADsection of theCHANGELOGfile. - Use well-formatted commit messages.