diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 31cac6a..f28e1d8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,16 +49,17 @@ $ SNAPSHOTS=overwrite cargo test --workspace ``` (we do development-time code-gen to speed up builds) +Auto-cleans up your change according to some rules we have like: +- Don't prefer specific dialects in the dictionary, leaving those to [`varcon`](http://wordlist.aspell.net/varcon-readme/). +- Mixing up corrections and typos +- etc + 3. Verify your change Run ```console $ cargo test --workspace ``` -Auto-cleans up your change according to some rules we have like: -- Don't prefer specific dialects in the dictionary, leaving those to [`varcon`](http://wordlist.aspell.net/varcon-readme/). -- Mixing up corrections and typos -- etc ### Process