Update CONTRIBUTING.md
[poolifier.git] / CONTRIBUTING.md
index d41ad6e0d70de479a3ff0002f000d89218f840af..50957aa3078a91e57448add6643a600096b30fcc 100644 (file)
@@ -26,3 +26,12 @@ 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: