CONTRIBUTING.md: small refinements
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 23 Oct 2022 09:15:11 +0000 (11:15 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 23 Oct 2022 09:15:11 +0000 (11:15 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.vscode/settings.json
CONTRIBUTING.md

index c4fb5936a6c423d17234f3a6688cd6617a3c8a9b..65ddc6e97db64be92aa0342b4d1f7f05606e54b5 100644 (file)
     "Gitter",
     "inheritDoc",
     "lcov",
+    "libuv",
     "loglevel",
     "markdownlint",
     "microjob",
     "microtime",
     "mochawesome",
     "MYBENCH",
+    "octocat",
     "piment",
     "poolifier",
     "poolify",
index 9d3e4fba81129966bc51845c196f9f4b19448650..25e44a18d6db95248bbbda29b082a5e392dbecef 100644 (file)
@@ -3,27 +3,26 @@
 [![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)  
 This repo use standard js style, please use it if you want to contribute  
 Take tasks from todo list, develop a new feature or fix a bug and do a pull request.  
-Another thing that you can do to contribute is to build something on top of ring-election and link ring-election to your project
+Another thing that you can do to contribute is to build something on top of poolifier and link poolifier to your project
 
 Please do your PR on **master** branch.
 
 **How to run unit tests and coverage**
 
 ```bash
-  npm test
-  npm run coverage
+  npm test && npm run coverage
 ```
 
-**How to check if your new code is standard style**
+**How to check if your new code is standard JS style**
 
 ```bash
   npm run lint
 ```
 
-**How to lint and format to standard JS your code**
+**How to format and lint to standard JS style your code**
 
 ```bash
-  npm run lint:fix
+  npm run format && npm run lint:fix
 ```
 
 ### Project pillars