Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 639 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 639 Bytes

Contribution Guide

This guide describes necessary tools and processes to contribute to this project.

Development Setup

Required tools

The following tools are necessary for working with this repository:

pre-commit

Before you commit, run pre-commit run -a.

You can also do that automatically before each commit with pre-commit install.