Skip to content

Commit 51f8798

Browse files
authored
Remove sparse checkout warning from feature request template
Removed warning about sparse checkout from feature request template. Signed-off-by: Yī nuò <218099172+yi-nuo426@users.noreply.github.com>
1 parent 239a3a4 commit 51f8798

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,3 @@ 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)