Skip to content

Commit eb3bda5

Browse files
CLOUDP-271993: Add line to contributing
1 parent dcc403e commit eb3bda5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ This will install Husky, which manages Git hooks for the project. The hooks ensu
3535
This project uses the following Git hooks:
3636

3737
- **pre-commit**: Automatically formats your code using Prettier and runs tests for staged JavaScript files to ensure code quality before each commit.
38+
- If you get the message `hint: The '.husky/pre-commit' hook was ignored because it's not set as executable.` during the commit, you can run `chmod ug+x .husky/*` to make it executable.
3839

3940
### Available Scripts
4041

0 commit comments

Comments
 (0)