| # Contributing to PinchTab | |
| This repository keeps one detailed contributor guide: | |
| - [docs/guides/contributing.md](docs/guides/contributing.md) | |
| Use that guide for setup, build commands, tests, hooks, and the day-to-day development workflow. | |
| ## Quick Start | |
| ```bash | |
| 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. | |