Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 432 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (8 loc) · 432 Bytes

How to contribute to kai-project-template

This document provides guidelines for contributing to the project.

Install pre-commit

In this project, there is a pre-commit configuration to run some checks before committing your code.

To install pre-commit hooks run the following command:

pip install pre-commit pre-commit install

Please also install golangci-lint because it is executed by a pre-commit hook, e.g. via snap.