Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 634 Bytes

File metadata and controls

21 lines (17 loc) · 634 Bytes

Project Contributor Guide

Setup

bun install
bundle install

Style

Follow existing codebase conventions and style.

Testing Instructions

  • Fix any test or type errors until the whole suite is green.
  • After moving files or changing imports, be sure linters still pass.
  • Add or update tests for the code you change, even if nobody asked.

Other guides