Sha256: 06e73900244e0dfed367f70905c051403a59ae2dc77d16142941a4349f3516ac

Contents?: true

Size: 707 Bytes

Versions: 9

Compression:

Stored size: 707 Bytes

Contents

---
name: Bug report
about: Create a report to help us improve
labels: 'bug'
---

# Description

Provide as much background as you need to get the implementer up to speed on the problem to be solved. This can also include screenshots and links to other issues or pull requests.

# Steps to Reproduce

Don't forget to point out the difference between what *should* happen and what *does* happen. Here's an example:

1. Try geocoding "1600 Pennsylvania Ave":
    ```ruby
    white_house = GoogleMapsGeocoder.new('1600 Pennsylvania Ave')
    ```
2. The formatted address doesn't match the White House:
   ```ruby
   white_house.formatted_address
   => "1600 Pennsylvania Ave, Charleston, WV 25302, USA"
   ```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
google_maps_geocoder-1.0.1 .github/ISSUE_TEMPLATE/bug-report.md
google_maps_geocoder-1.0.0 .github/ISSUE_TEMPLATE/bug-report.md
google_maps_geocoder-0.7.10 .github/ISSUE_TEMPLATE/bug-report.md
google_maps_geocoder-0.7.9 .github/ISSUE_TEMPLATE/bug-report.md
google_maps_geocoder-0.7.8 .github/ISSUE_TEMPLATE/bug-report.md
google_maps_geocoder-0.7.7 .github/ISSUE_TEMPLATE/bug-report.md
google_maps_geocoder-0.7.6 .github/ISSUE_TEMPLATE/bug-report.md
google_maps_geocoder-0.7.5 .github/ISSUE_TEMPLATE/bug-report.md
google_maps_geocoder-0.7.4 .github/ISSUE_TEMPLATE/bug-report.md