README.md in zold-stress-0.6.0 vs README.md in zold-stress-0.7.0

- old
+ new

@@ -12,10 +12,12 @@ [![PDD status](http://www.0pdd.com/svg?name=zold-io/zold-stress)](http://www.0pdd.com/p?name=zold-io/zold-stress) [![Gem Version](https://badge.fury.io/rb/zold-stress.svg)](http://badge.fury.io/rb/zold-stress) [![Test Coverage](https://img.shields.io/codecov/c/github/zold-io/zold-stress.svg)](https://codecov.io/github/zold-io/zold-stress?branch=master) [![Maintainability](https://api.codeclimate.com/v1/badges/ad51dc27597d1e728979/maintainability)](https://codeclimate.com/github/zold-io/zold-stress/maintainability) +[![Hits-of-Code](https://hitsofcode.com/github/zold-io/zold-stress)](https://hitsofcode.com/view/github/zold-stress) + Here is the [White Paper](https://papers.zold.io/wp.pdf). Join our [Telegram group](https://t.me/zold_io) to discuss it all live. The license is [MIT](https://github.com/zold-io/zold-stress/blob/master/LICENSE.txt). @@ -30,18 +32,18 @@ $ zold-stress --help ``` You will have to install [Ruby](https://www.ruby-lang.org/en/) 2.5.1+ first. -# How to contribute +## How to contribute Read [these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html). Make sure you build is green before you contribute your pull request. You will need to have [Ruby](https://www.ruby-lang.org/en/) 2.3+ and [Bundler](https://bundler.io/) installed. Then: ``` $ bundle update -$ rake +$ bundle exec rake ``` If it's clean and you don't see any error messages, submit your pull request.