Skip to content

Commit b4dd6d0

Browse files
committed
docs: add pre-commit hooks setup step to contributing guide
1 parent 00247c3 commit b4dd6d0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,11 @@ Once your proposal receives the `approved` label, you can begin implementation:
9898
git clone https://github.com/YOUR_USERNAME/cloud-sdk-python.git
9999
cd cloud-sdk-python
100100
```
101-
3. **Create a feature branch** from `main`:
101+
3. **Install pre-commit hooks** to catch linting and formatting issues locally:
102+
```bash
103+
pip install pre-commit && pre-commit install
104+
```
105+
4. **Create a feature branch** from `main`:
102106
```bash
103107
git checkout -b feature/your-capability-name
104108
```

0 commit comments

Comments
 (0)