Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 532 Bytes

File metadata and controls

22 lines (14 loc) · 532 Bytes

Contributing to voxprint

Setup

git clone https://github.com/nulljosh/voxprint.git
cd voxprint

Test

No test suite yet — add one alongside significant changes.

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.