Skip to content

Commit 587c67d

Browse files
committed
#30 how to
1 parent 125e307 commit 587c67d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,23 @@ In order to build a package locally run below commands.
106106
gem build jgd.gemspec
107107
gem install jgd-<version>.gem
108108
```
109+
110+
## How to Contribute
111+
112+
First, install
113+
[Ruby 2.3+](https://www.ruby-lang.org/en/documentation/installation/),
114+
[Rubygems](https://rubygems.org/pages/download),
115+
and
116+
[Bundler](https://bundler.io/).
117+
Then:
118+
119+
```bash
120+
$ bundle update
121+
$ bundle exec rake --quiet
122+
$ ./tesh.sh
123+
```
124+
125+
The build has to be clean. If it's not, [submit an issue](https://github.com/zold-io/out/issues).
126+
127+
Then, make your changes, make sure the build is still clean,
128+
and [submit a pull request](https://www.yegor256.com/2014/04/15/github-guidelines.html).

0 commit comments

Comments
 (0)