Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

44 lines (27 loc) · 1.33 KB

Contributing

We love pull requests from everyone. By participating in this project, you agree to abide by the CODE_OF_CONDUCT.md

Fork, then clone the repo:

git clone git@github.com:your-username/json_logic_ruby.git

Set up your machine:

bundle install

Make sure the tests pass:

rspec

Make your change. Add tests for your change. Make the tests pass:

rspec

Push to your fork and submit a pull request.

At this point you're waiting on us. We like to at least comment on pull requests within three business days (and, typically, one business day). We may suggest some changes or improvements or alternatives.

Some things that will increase the chance that your pull request is accepted:

How to create new release version

  1. Make changes to code (make sure to create correct commits with release-please approach)
  2. Update version in lib/json_logic/version.rb
  3. Create PR with changes
  4. After PR is merged, release-please will create new PR
  5. Merge the final PR