X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CONTRIBUTING.md;h=c148e5a0867fd3172db2b1b2048b1d0409dda96c;hb=afbc1e280c219008e0afeddc6bf4ae2d00a85b2e;hp=d41ad6e0d70de479a3ff0002f000d89218f840af;hpb=50aa790189f6423c52ea72198380dbe93c025e40;p=poolifier.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d41ad6e0..c148e5a0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: