Apply dependencies update
[poolifier.git] / CONTRIBUTING.md
index d41ad6e0d70de479a3ff0002f000d89218f840af..4142a351215a766314be2e1dd18724d1cead8cb0 100644 (file)
@@ -7,12 +7,11 @@ Another thing that you can do to contribute is to build something on top of ring
 
 Please ask your PR to be merged on **master** branch.
 
-**How to run tests**
-
-**Unit tests**
+**How to run unit tests and coverage**
 
 ```bash
-  npm run test
+  npm test
+  npm run coverage
 ```
 
 **How to check if your new code is standard style**
@@ -21,8 +20,18 @@ Please ask your PR to be merged on **master** branch.
   npm run lint
 ```
 
-**How to lint and format (with prettier) your code**
+**How to lint and format to standard JS your code**
 
 ```bash
-  npm run format && npm run lint:fix
+  npm run lint:fix
 ```
+
+### Project pillars
+
+Please consider our pillars before to start change the project
+
+- Performance :racehorse:
+- Security :bank: :cop:
+- No runtime dependencies :white_check_mark: (until now we don't have any exception to that)
+- Easy to use :couple:
+- Code quality :octocat: