Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.25 KB

File metadata and controls

44 lines (29 loc) · 1.25 KB

Contributing

All contributors are expected to follow the Code of Conduct.

Issues and Feature Requests

Please file issues and feature requests on the GitHub issue tracker: https://github.com/columnar-tech/adbcli/issues

Potential security vulnerabilities should be reported to security@columnar.tech instead.

Development

Format, lint, and test:

cargo fmt
cargo clippy
cargo test

Build and run the binary:

cargo build
./target/debug/adbcli

Pull Requests

Before opening a pull request:

  • Review your changes and ensure no stray files or folders are included.
  • Use the Conventional Commits format for all commit messages.
  • Check if there is an existing issue. If not, please file one, unless the change is trivial.

When writing a pull request description:

  • Use the Conventional Commits format for the pull request title.
  • Ensure the description ends with Closes #NNN, Fixes #NNN, or similar, so that the issue will be linked to your pull request.