-
cargo clippy
reports no issues -
cargo doc
reports no issues -
cargo deny
issues have been fixed or added todeny.toml
-
cargo test
shows all tests passing - human-readable change descriptions added to the changelog under the "Unreleased" heading.
- If the change does not affect the user (or is a process change), preface the change with "Internal:"
- Add credit to yourself for each change:
Added new functionality @githubname
.