Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 734 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 734 Bytes

Contribution Guide

Please contact the author if you have any questions or want to help out.

Style

Go code must be formatted with gofmt and follow the Effective Go guidelines.

This project adheres to the Conventional Commit specifications.

Getting Started

This project uses tools that run on Powershell Core. To get started,

./tools help

The hooks directory contains scripts that enforce the style guide and run tests before every commit. You can set them up by running ./tools install.