From 32eff8584b549532fd9e3668cb4803ac0d508cd2 Mon Sep 17 00:00:00 2001 From: Webber Takken Date: Sat, 25 Nov 2023 18:41:52 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 669adb1b..a9228bae 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