Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 639 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 639 Bytes

Contribution Guidelines

This document will be updated with general guidelines for making contributions to this project. In the mean time, included in this repo are a number of tools that will help maintain code quality and style.

Pre-commit

After installing locally and activating your virtual environment, use the following to activate pre-commit hooks:

$ pre-commit install

Pre-commit will ensure you are meeting code standards before checking in code.

Making changes

This project follows Conventional Commits.