Skip to content

Commit

Permalink
Improve notes about git-hooks in the CONTRIBUTING.md doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jun 4, 2024
1 parent 1bed382 commit 62f5563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Here are a few useful information for contributors:
the [locales readme instructions here](https://github.com/ddnexus/pagy/blob/master/gem/locales/README.md).
3. **Pagy repo setup**
- Clone pagy: `git clone https://github.com/ddnexus/pagy && cd pagy`
- [Configure the git-hooks](https://github.com/ddnexus/pagy/tree/master/scripts/hooks)
4. **Development**
- Please create your own branch out of `master` and use it for you development and PR
- Ensure you are basing your PR on the `master` branch and keep rebasing it on `master` when it changes
Expand Down
2 changes: 1 addition & 1 deletion scripts/hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See also the brief description inside the hook file.

### Symlink

Symlink the hook into the `.git/hooks` dir:
If your system support symlinks: symlink the hook into the `.git/hooks` dir:

```shell
# from the repo root
Expand Down

0 comments on commit 62f5563

Please sign in to comment.