From 96cfb845ae98d6fa5a427c9717de446694804d8e Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Sat, 25 Nov 2023 19:33:36 +0100 Subject: [PATCH] Update CONTRIBUTING.md (#601) --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 669adb1bc..a9228bae2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ Steps to be performed to submit a pull request: #### Pull Request Prerequisites -You have [Node](https://nodejs.org/) installed at v12.2.0+ and [Yarn](https://yarnpkg.com/) at v1.18.0+. +You have [Node](https://nodejs.org/) installed at v18+ and [Yarn](https://yarnpkg.com/) at v1.22.0+. Please note that commit hooks will run automatically to perform some tasks; @@ -36,7 +36,8 @@ Please note that commit hooks will run automatically to perform some tasks; #### Windows users Make sure your editor and terminal that run the tests are set to `Powershell 7` or above with -`Git's Unix tools for Windows` installed. Some tests require you to be able to run `sh` and other unix commands. +`Git's Unix tools for Windows` installed. This is because some tests require you to be able to run `sh` and other +unix commands. #### License