Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.09 KB

File metadata and controls

26 lines (19 loc) · 1.09 KB

Contributing

Canonical contribution guidelines for the Patterson org live in patterson-corp/CONTRIBUTING.md. Read that first.

This repo keeps its own conventions

patterson (this repo) is governed by its own documentation chain, which takes precedence over generic org conventions where they'd otherwise conflict:

Before opening a PR:

bun install
bun run gate      # typecheck + test + lint — the full check before calling anything done

Commits follow Conventional Commits; commitlint and lefthook enforce this (bunx lefthook install once per clone). See REFERENCES.md for pinned upstream dependency versions.