Thank you for your interest in contributing to the OpenPRoT project!
Before you begin, please review our Development Process for details on our RFC process for large changes and our standard requirements for pull requests.
The code of conduct can be found here.
pw or bazel for common tasks:./pw presubmit - Run presubmit checks: formatting, license checks, C/C++ header checks, and clippy../pw format - Run the code formatters../pw ci - Build and run the host test suite../pw default - Build everything buildable on a dev host without running tests.bazel build //docs - Build documentation.Firmware builds are driven per target platform. See the target's defs.bzl for the Bazel flags and constraints used when building firmware for it.
./pw presubmit to check for lints and ensure all tests pass.docs/ directory.bazel build //docs.Please report issues on the GitHub issue tracker.