From 3344381f532e529f1e7d3782c62c079ef1370309 Mon Sep 17 00:00:00 2001 From: UnchartedBull Date: Wed, 7 Apr 2021 18:43:27 +0200 Subject: [PATCH] Update contributing (closes #1617) --- CONTRIBUTING.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12de95604..4610a374c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,9 +1,17 @@ -# General +# Contributing If you can think of something nice to add or want to change / extend some of the functionality, feel free to create a Pull Request or an Issue. Please make sure to follow the code style (.prettierrc is included in the GitHub) and not break any of the existing functionality. Any help is greatly appreciated! ## Setting up the repository and build the package +## Prerequisites + +- NodeJS v14 +- npm 7 + +## Setup + To setup a local environment you need to do the following steps: + - Fork the repository to your GitHub account, so you can push your changes - Clone the repository - Install dependencies: `npm install`