Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 2.02 KB

contributing.md

File metadata and controls

52 lines (37 loc) · 2.02 KB

Contribution Guide

The ot-provisioning project follows the contribution guidelines of the OpenTitan project. The following sections contain references to important documents as well as some tips on how to adopt best practices.

Contribution Guides

The following guides provide detailed guides on how to contribute to the project:

Style Guides

Style guides are enforced to ensure the repository meets uniform style conventions. Code reviewers are responsible for enforcing these guidelines.

The repository provides the following formatting utilities to automate the application of some style guidelines:

# Format C++ code
bazelisk run clang_format

# Format Golang code
bazelisk run gofmt

Code Review Practices

The following documents provide guidelines for commit authors and reviewers. References to these best practices are used during code reviews to capture the rationale behind the process.

Read More