3 [![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)
4 This repo use standard js style, please use it if you want to contribute
5 Take tasks from todo list, develop a new feature or fix a bug and do a pull request.
6 Another thing that you can do to contribute is to build something on top of ring-election and link ring-election to your project
8 Please ask your PR to be merged on **master** branch.
12 **Unit tests and Coverage**
19 **How to check if your new code is standard style**
25 **How to lint and format (with prettier) your code**
28 npm run format && npm run lint:fix
33 Please consider our pillars before to start change the project
35 - Performance :racehorse:
36 - Security :bank: :cop:
37 - No runtime dependencies :white_check_mark: (until now we don't have any exception to that)
38 - Easy to use :couple:
39 - Code quality :octocat: