From: Alessandro Pio Ardizio Date: Fri, 12 Feb 2021 13:44:18 +0000 (+0100) Subject: Update CONTRIBUTING.md X-Git-Tag: v2.0.0-beta.2~46 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=53ba26617bbaf5363baf7f8a8b31a52465ff4ade;p=poolifier.git Update CONTRIBUTING.md --- 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: