From b5f498df2813cafc9eb8d5744426bc0ddae61dd2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 27 Jul 2023 11:49:19 +0200 Subject: [PATCH] docs: refine CONTRIBUTING.md MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- CONTRIBUTING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6babf4f..c10c020d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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: -- 2.34.1