docs: refine CONTRIBUTING.md
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 27 Jul 2023 09:49:19 +0000 (11:49 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 27 Jul 2023 09:49:19 +0000 (11:49 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
CONTRIBUTING.md

index e6babf4fea4a24343f5f926f4e023937bd6f4cd6..c10c020d827e0dc70436cd443d66cc56f4ef2b93 100644 (file)
@@ -1,9 +1,9 @@
 ## How to contribute
 
+This repo use standard js style, please use it if you want to contribute.  
 [![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 poolifier and link poolifier 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 do your PR on **master** branch.
 
@@ -29,8 +29,8 @@ Please do your PR on **master** branch.
 
 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:
+- Performance :white_check_mark:
+- Security :white_check_mark:
+- No runtime dependencies (until now we don't have any exception to that) :white_check_mark:
+- Easy to use :white_check_mark:
+- Code quality :white_check_mark: