Files
flutter_dotenv/CONTRIBUTING.md
2018-12-12 13:13:11 +13:00

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 the CHANGELOG file.
  • Use well-formatted commit messages.