Files
hans 92e792a022 Initial release
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
2024-09-10 18:46:37 +02:00

14 lines
560 B
Markdown

Contributing
============
[Improvements, bug reports, feature requests welcome][gh-issues].
- 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][git-log-fmt].
[gh-issues]: https://github.com/hanskokx/arcane_helper_utils/issues
[git-log-fmt]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html