From df21c7ec8f68c078af9e7bc61df2c8e2fde0f23c Mon Sep 17 00:00:00 2001 From: Honza Javorek Date: Thu, 16 Oct 2025 09:28:11 +0200 Subject: [PATCH] docs: add instruction to run 'vale sync' for styles --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a924db3d..3136c3113 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -332,6 +332,7 @@ Add languages by adding new folders at the appropriate path level. 3. **Prose**: - Use [Vale](https://vale.sh/) for content linting + - Run `vale sync` to download styles - Configure exceptions in `accepts.txt` ## Pull request process