Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 495 Bytes

CONTRIBUTION.md

File metadata and controls

16 lines (11 loc) · 495 Bytes

Contribution guide

Requirements

Installation

  1. Install Bun globally
  2. Install dependencies: bun install --frozen-lockfile
  3. Add your changes
  4. Run bun run commit to commit your changes
  5. Push your changes to the remote repository and create a pull request ✨