Skip to content

Commit

Permalink
Add Git Hooks section
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Jan 7, 2025
1 parent 77c6cde commit e3c8858
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,16 @@ pull request (PR).
describe what you're trying to achieve. This helps reviewers understand your
intentions and the impact of your contributions.

### 5. Pull Request Process
### 5. Git Hooks

We use [lefthook](https://github.com/evilmartians/lefthook) for Git hooks.
Make sure you have it on your system and then install the hooks using:

```bash
lefthook install
```

### 6. Pull Request Process

- Your PR should always target the `develop` branch.
- If the `develop` branch is updated before your PR is merged, you must rebase
Expand Down

0 comments on commit e3c8858

Please sign in to comment.