Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 526 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (10 loc) · 526 Bytes

Contributing

This document provides guidelines for contributing to the module.

Dependencies

Please refer the tool-versions file for more info on required tools. These tools help validate the commits following best practices and prevent accidents.

Linting and Formatting

Many of the files in the repository can be linted or formatted to maintain a standard of quality.

When working with the repository for the first time run pre-commit

Run pre-commit install Run pre-commit run --all-files