Skip to content

Commit

Permalink
docs(contributing): add entry to explain the usage of Git LFS
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m committed Jun 9, 2023
1 parent 657b304 commit ce8a406
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ Besides publishing a new version to npm, semantic-release also creates a git tag
on GitHub, generates changelogs from the commit messages and puts them into the release notes.

If the pull request looks good but does not follow the commit conventions, use the <kbd>Squash & merge</kbd> button.

## Troubleshooting

### When I clone the repository, files in `cached/` and `generated/` are empty

These folders are versioned using [Git Large File Storage](https://git-lfs.com/). Not having `git lfs` installed in your local machine could be the reason of this issue.
You can download `Git LFS` and find the install steps here: [https://git-lfs.com/](https://git-lfs.com/)

0 comments on commit ce8a406

Please sign in to comment.