mirror of
https://github.com/java-james/flutter_dotenv.git
synced 2025-07-04 05:18:57 +08:00
558 B
558 B
contributing
Improvements, bug reports, feature requests welcome.
- Please include
dart --version
and 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
HEAD
section of theCHANGELOG
file. - Use well-formatted commit messages.