From a3da91599199a15117b12721de97bc77eb38d9af Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Sat, 26 Feb 2022 11:58:02 +0100 Subject: [PATCH] Contributing: Update Contributing to the code section --- CONTRIBUTING.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a84eab0..f1fd3fb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,13 +21,19 @@ You're welcome to contribute to the [code](#contributing-to-the-code) or to the ## Contributing to the code -You'll need `make` and [NPM](https://www.npmjs.com/) to install the development dependencies: +You'll need [NPM](https://www.npmjs.com/) to install the development dependencies: ```bash npm install --save-dev ``` -When you're done, commit all your changes and create a new merge request. Choose the appropriate merge request template. +When you're done, commit all your changes. Make one commit per change. The commit message must include which part of the code you worked on. Example: + +``` +Commands Switcher: Change spawned command +``` + +You can then push to a branch and create a new merge request. ### Coding style