README.md: Small refinements
[poolifier.git] / CONTRIBUTING.md
index d41ad6e0d70de479a3ff0002f000d89218f840af..d5e6430f05ef0e323dc467a56548bd750ccf6a6a 100644 (file)
@@ -9,10 +9,11 @@ Please ask your PR to be merged on **master** branch.
 
 **How to run tests**
 
-**Unit tests**
+**Unit tests and Coverage**
 
 ```bash
   npm run test
+  npm run coverage
 ```
 
 **How to check if your new code is standard style**
@@ -26,3 +27,13 @@ Please ask your PR to be merged on **master** branch.
 ```bash
   npm run format && 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: