Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.36 KB

File metadata and controls

31 lines (18 loc) · 1.36 KB

Contributing Guidelines

Thank you for your interest in contributing! Please take a moment to review these guidelines before getting started.

Table of Contents


Code of Conduct

This project adheres to a Code of Conduct. By participating, you are expected to uphold this standard. Please report unacceptable behavior to the maintainers.

Pull Request Checks

All pull requests run a standard set of automated checks covering title format, linked issue, staleness, and DCO sign-off. See pull-request-checks.md for what each check requires and how to resolve failures.

Coding Standards

  • Follow the style conventions of the language, framework, and repository for the project.
  • Run linters and formatters before committing (see project README.md for tooling).

Developer Certificate of Origin

All contributions require a Developer Certificate of Origin (DCO) sign-off. See pull-request-checks.md for sign-off instructions.