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.bazel test //... - Run all tests.bazel build //docs - Build documentation../pw presubmit to check for lints and ensure all tests pass.docs/ directory.bazel build //docs.Please report issues on the GitHub issue tracker.