Sha256: d05dbabbb4266b85e1a13439499465882a1db350197817c1df9f20d12cf2745e

Contents?: true

Size: 587 Bytes

Versions: 6

Compression:

Stored size: 587 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 getting the count on cnn.com:
    ```ruby
    HitCounter.get 'cnn.com'
    ```
2. The returned count is nil:
   ```ruby
   HitCounter.get 'cnn.com'
   => nil
   ```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hit_counter-1.0.0 .github/ISSUE_TEMPLATE/bug_report.md
hit_counter-0.1.8 .github/ISSUE_TEMPLATE/bug_report.md
hit_counter-0.1.7 .github/ISSUE_TEMPLATE/bug_report.md
hit_counter-0.1.6 .github/ISSUE_TEMPLATE/bug_report.md
hit_counter-0.1.5 .github/ISSUE_TEMPLATE/bug_report.md
hit_counter-0.1.4 .github/ISSUE_TEMPLATE/bug_report.md