File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -106,3 +106,23 @@ In order to build a package locally run below commands.
106
106
gem build jgd.gemspec
107
107
gem install jgd-<version>.gem
108
108
` ` `
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).
You can’t perform that action at this time.
0 commit comments