Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 1.58 KB

Contributing

We welcome contributions to the google_maps_service_ruby gem!

Give us a star

You can contribute by starring the project to show your appreciation. This will help more people discover the project.

Reporting issues

If you find a bug or have a feature request, please log an issue. The more details you can provide, the better.

Contributing code

The goal of this gem is to follow the API and implementation of the Python client as much as possible. If you would like to add support for an API please consider porting the python implementation.

If you want to hack a quick fix or extension, please feel free to do so in a fork of the project. Please consider creating a draft PR so we can see what improvements the community is interested in and eventually merge them into the project.

Changes that get merged will:

  • Follow the existing code style (standard.rb needs to pass)
  • Add tests for any new features
  • Update the documentation and readme as needed
  • Add a line to the CHANGELOG.md file

To create a new pull request:

  1. Fork it (https://github.com/langsharpe/google-maps-services-ruby/fork).
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create a new Pull Request. Change the base repository of the PR to langsharpe/google-maps-services-ruby.