README.md in jgd-1.12 vs README.md in jgd-1.13.0

- old
+ new

@@ -2,11 +2,11 @@ [![Managed by Zerocracy](https://www.0crat.com/badge/C3RFVLU72.svg)](https://www.0crat.com/p/C3RFVLU72) [![DevOps By Rultor.com](http://www.rultor.com/b/yegor256/jekyll-github-deploy)](http://www.rultor.com/p/yegor256/jekyll-github-deploy) [![We recommend RubyMine](https://www.elegantobjects.org/rubymine.svg)](https://www.jetbrains.com/ruby/) -[![Build Status](https://travis-ci.org/yegor256/jekyll-github-deploy.svg)](https://travis-ci.org/yegor256/jekyll-github-deploy) +[![rake](https://github.com/yegor256/jekyll-github-deploy/actions/workflows/rake.yml/badge.svg)](https://github.com/yegor256/jekyll-github-deploy/actions/workflows/rake.yml) [![Gem Version](https://badge.fury.io/rb/jgd.svg)](http://badge.fury.io/rb/jgd) [![Hits-of-Code](https://hitsofcode.com/github/yegor256/jekyll-github-deploy)](https://hitsofcode.com/view/github/yegor256/jekyll-github-deploy) [![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/jekyll-github-deploy/blob/master/LICENSE.txt) If you use some plugins with your [Jekyll](https://jekyllrb.com/) blog, chances are you can not @@ -96,15 +96,33 @@ ```yaml script: - jgd -u git@github.com:yegor256/blog.git ``` -Read also [this article](http://www.yegor256.com/2014/06/24/jekyll-github-deploy.html). - ## Building locally In order to build a package locally run below commands. ```bash gem build jgd.gemspec gem install jgd-<version>.gem ``` + +## How to Contribute + +First, install +[Ruby 2.3+](https://www.ruby-lang.org/en/documentation/installation/), +[Rubygems](https://rubygems.org/pages/download), +and +[Bundler](https://bundler.io/). +Then: + +```bash +$ bundle update +$ bundle exec rake --quiet +$ ./tesh.sh +``` + +The build has to be clean. If it's not, [submit an issue](https://github.com/zold-io/out/issues). + +Then, make your changes, make sure the build is still clean, +and [submit a pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).