From 53ba26617bbaf5363baf7f8a8b31a52465ff4ade Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Fri, 12 Feb 2021 14:44:18 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d41ad6e0..50957aa3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: -- 2.34.1