Simplify worker choosing (#138)
[poolifier.git] / CONTRIBUTING.md
index d41ad6e0d70de479a3ff0002f000d89218f840af..c148e5a0867fd3172db2b1b2048b1d0409dda96c 100644 (file)
@@ -26,3 +26,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: