From 51f879864d4c6cc9128d64e373da01e98195237f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C4=AB=20nu=C3=B2?= <218099172+yi-nuo426@users.noreply.github.com> Date: Wed, 17 Dec 2025 21:29:23 -0600 Subject: [PATCH] Remove sparse checkout warning from feature request template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed warning about sparse checkout from feature request template. Signed-off-by: Yī nuò <218099172+yi-nuo426@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/feature_request.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 721795d7e..f594277e0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -27,13 +27,3 @@ assignees: '' - Layer5 documentation [site](https://docs.layer5.io) and [source](https://github.com/layer5io/docs/) - 🎨 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) - 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io) - -> [!WARNING] -> 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. -> -> Example of a sparse checkout: -> -> ```shell -> git clone --filter=blob:none --sparse https://github.com/layer5labs/meshery-extensions-packages -> git sparse-checkout add assets -> ```