All contributors are expected to follow the Code of Conduct.
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.
Format, lint, and test:
cargo fmt
cargo clippy
cargo testBuild and run the binary:
cargo build
./target/debug/adbcliBefore 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.