Skip to content

Commit

Permalink
#30 how to
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jun 21, 2019
1 parent 125e307 commit 587c67d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,23 @@ In order to build a package locally run below commands.
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).

0 comments on commit 587c67d

Please sign in to comment.