build: refine ignored files
[poolifier.git] / CONTRIBUTING.md
index 4142a351215a766314be2e1dd18724d1cead8cb0..af859bf32855b3d4b3a55fc0902e0637f05d5fd7 100644 (file)
@@ -3,27 +3,26 @@
 [![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)  
 This repo use standard js style, please use it if you want to contribute  
 Take tasks from todo list, develop a new feature or fix a bug and do a pull request.  
-Another thing that you can do to contribute is to build something on top of ring-election and link ring-election to your project
+Another thing that you can do to contribute is to build something on top of poolifier and link poolifier to your project
 
-Please ask your PR to be merged on **master** branch.
+Please do your PR on **master** branch.
 
 **How to run unit tests and coverage**
 
 ```bash
-  npm test
-  npm run coverage
+  pnpm test && pnpm run coverage
 ```
 
-**How to check if your new code is standard style**
+**How to check if your new code is standard JS style**
 
 ```bash
-  npm run lint
+  pnpm run lint
 ```
 
-**How to lint and format to standard JS your code**
+**How to format and lint to standard JS style your code**
 
 ```bash
-  npm run lint:fix
+  pnpm run format && pnpm run lint:fix
 ```
 
 ### Project pillars