repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfe25e4
)
Update CONTRIBUTING.md
author
Alessandro Pio Ardizio
<alessandroardizio94@gmail.com>
Fri, 12 Feb 2021 13:44:18 +0000
(14:44 +0100)
committer
GitHub
<noreply@github.com>
Fri, 12 Feb 2021 13:44:18 +0000
(14:44 +0100)
CONTRIBUTING.md
patch
|
blob
|
blame
|
history
diff --git
a/CONTRIBUTING.md
b/CONTRIBUTING.md
index d41ad6e0d70de479a3ff0002f000d89218f840af..50957aa3078a91e57448add6643a600096b30fcc 100644
(file)
--- 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: