File size: 548 Bytes
6a7089a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # 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.
|