X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=CONTRIBUTING.md;h=8a2bc3d092ea5667611d9b68c2aa2ae57d59e956;hb=4c7e68aa71533a8ef98296d2f50a2aac898d6b17;hp=fc6dfaed44b22c35cb5c6f8c06a87038e348abb2;hpb=5c48a8596b49dec06ec8995df4941ad63cc68f46;p=poolifier.git diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc6dfaed..8a2bc3d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ ## 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 [![neostandard Javascript Code Style](https://badgen.net/static/neo/standard/green)](https://github.com/neostandard/neostandard) 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.