From ed5f16323f65fac497117166b85c30bd83f6177d Mon Sep 17 00:00:00 2001 From: Mike Waters Date: Fri, 17 Apr 2026 21:20:32 -0400 Subject: [PATCH] Update Git requirement to include git-lfs extension --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b4c1ee09..76323a9a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,7 +55,7 @@ If your skill is specialized, community-contributed, or niche, it's better suite | Requirement | Notes | |-------------|-------| -| **Git** | With `--recurse-submodules` support | +| **Git** | With `--recurse-submodules` support, and the `git-lfs` extension installed | | **Python 3.11+** | uv will install it if missing | | **uv** | Fast Python package manager ([install](https://docs.astral.sh/uv/)) | | **Node.js 18+** | Optional — needed for browser tools and WhatsApp bridge |