Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 913 Bytes

File metadata and controls

18 lines (12 loc) · 913 Bytes

Contributing to OpenPRoT

Thank you for your interest in contributing to the OpenPRoT project!

Detailed guidelines for contributing, including our development setup, coding style, and formal RFC process, can be found in our documentation:

Quick Start

  1. Fork the repository.
  2. Clone your fork.
  3. Set up the environment (we use Bazel and Pigweed).
  4. Create a branch for your changes.
  5. Submit a Pull Request.

For large changes, please follow the RFC process described in the Development Process document.