Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 717 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 717 Bytes

Contributing

Overview

  • Install toolchains on your computer:
    • just (command runner)
    • pnpm (javascript)

Setup

Run just to see available tasks.

Commit style

Commits should follow conventional commits. Quick summary:

  • All lowercase
  • Message format: <type>: <description>
    • Where type is like: chore, feat, docs, ci, style, etc.
    • And description is a description of what the commit does.

Code of Conduct

Contributions, including communications over issues, must follow our code of conduct. See: CODE_OF_CONDUCT.md.