Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 703 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 703 Bytes

Contributing Guide

Prerequisites

Setup

  • Fork & clone the repo, ensure your on the main branch.
  • Run pnpm install
  • Your done!

Support

If you have any questions feel free to open and issue or join the Discord.

Commiting

Before commiting, please run both pnpm lint and pnpm test. If either of them fail, please rectify it.

When creating your commit messages, please follow Conventional Commits. This just ensures everyone is properly documenting their commits, and is also used in the changelog generation.