Skip to content

Commit ce8a406

Browse files
committed
docs(contributing): add entry to explain the usage of Git LFS
1 parent 657b304 commit ce8a406

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

+7
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,10 @@ Besides publishing a new version to npm, semantic-release also creates a git tag
7979
on GitHub, generates changelogs from the commit messages and puts them into the release notes.
8080

8181
If the pull request looks good but does not follow the commit conventions, use the <kbd>Squash & merge</kbd> button.
82+
83+
## Troubleshooting
84+
85+
### When I clone the repository, files in `cached/` and `generated/` are empty
86+
87+
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.
88+
You can download `Git LFS` and find the install steps here: [https://git-lfs.com/](https://git-lfs.com/)

0 commit comments

Comments
 (0)