Skip to content

Commit 9972fd2

Browse files
authored
Update feature_request.md with sparse checkout warning
Added warning about sparse checkout to feature request template. Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 3ed6725 commit 9972fd2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,13 @@ assignees: ''
2727
- Layer5 documentation [site](https://docs.layer5.io) and [source](https://github.com/layer5io/docs/)
2828
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
2929
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)
30+
31+
> [!WARNING]
32+
> Before cloning this repo to your local machine, ensure that you do so sparsely or your clone will take a long time to download / sync.
33+
>
34+
> Example of a sparse checkout:
35+
>
36+
> ```shell
37+
> git clone --filter=blob:none --sparse https://github.com/layer5labs/meshery-extensions-packages
38+
> git sparse-checkout add assets
39+
> ```

0 commit comments

Comments
 (0)