mirror of
https://github.com/hanskokx/arcane_framework.git
synced 2026-05-14 10:29:06 +02:00
56ebaeb346
Initial release
557 B
557 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.