Skip to content

Commit

Permalink
Update contributing.md (#280)
Browse files Browse the repository at this point in the history
## Description

**husky - pre-commit hook exited** is the most common error encountered
while committing the files which stops the work flow. So I wanted to add
these lines and make easier for contributors not to search for the
error.

<!--
Is there anything else you would like to include about your PR? This
could include information about how to test your changes or any
potential issues that may arise.

Thank you for contributing to the Projectshut Open Source website!
 -->
  • Loading branch information
Surya-Teja-Sankuri authored Apr 26, 2023
1 parent e8d71f9 commit d816b2d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ git add .
```diff
git commit -m "Your Changes"
```
> If you encounter this error while commits
>
>```diff
>husky - pre-commit hook exited with code 1(error)
>```
> use this command
> ```diff
> pnpm format
> ```
11. Set upstream command
Expand Down

1 comment on commit d816b2d

@vercel
Copy link

@vercel vercel bot commented on d816b2d Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut-git-main-priyankarpal.vercel.app
projectshut-priyankarpal.vercel.app
projectshut.vercel.app

Please sign in to comment.