diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c387e81fd..5989dd0bc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,6 +46,8 @@ pip install setuptools ### Linux +- Depending on your distribution, you might need to install [hunspell](https://github.com/hunspell/hunspell) and your specific locale (`hunspell-`) e.g. `hunspell-en-au`. + - Install the required build tools for your operating system
@@ -68,7 +70,13 @@ pip install setuptools
-- Depending on your distribution, you might need to install [hunspell](https://github.com/hunspell/hunspell) and your specific locale (`hunspell-`) e.g. `hunspell-en-au`. +- Git setup + + You may need to disable `core.autocrlf` to prevent line ending issues. + + ```sh + git config --local core.autocrlf false + ``` - Install [Node.JS](https://nodejs.org/en/download/)