Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 518 Bytes

File metadata and controls

31 lines (21 loc) · 518 Bytes

Contributing to talli

Setup

git clone https://github.com/nulljosh/talli.git
cd talli
npm install

Run

npm run dev

Test

npm test

Making a change

  • Keep the diff scoped to what you're fixing or adding — no drive-by refactors.
  • Match the existing code style in the file you're touching.
  • Open a PR with a short description of the why, not just the what.

Reporting a bug

Open a GitHub issue with steps to reproduce — the smaller the repro, the faster it gets fixed.