Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 548 Bytes

File metadata and controls

21 lines (14 loc) · 548 Bytes

Contributing to PinchTab

This repository keeps one detailed contributor guide:

Use that guide for setup, build commands, tests, hooks, and the day-to-day development workflow.

Quick Start

git clone https://github.com/pinchtab/pinchtab.git
cd pinchtab
./dev doctor
./dev check
./dev test unit

Pull Requests

Please keep GitHub's "Allow edits from maintainers" option enabled on your PRs. It makes small fixes, rebases, and merge-conflict resolution much faster.