---
name: 🐛 Bug Report
about: I think something is broken 😡
---

<!--

* Please fill out this template with all the relevant information so we can understand what's going on and fix the issue. We appreciate bugs filed and PRs submitted!

* Please make sure that you are familiar with and follow the Code of Conduct for this project (found in the CODE_OF_CONDUCT.md file).

We'll probably ask you to submit the fix (after giving some direction). If you've never done that before, that's great! Check this free short video tutorial to learn how: http://kcd.im/pull-request
-->

- `gatsby-theme-storefront-shopify` version:
- `react` version:
- `gatsby` version:
- `browser` used:
- `node` version:

### Relevant code or config:

```js
const your = code => 'here';
```

### What you did:

<!-- How did you come across this bug? -->

### What happened:

<!-- Please provide the full error message/screenshots/anything else that might help -->

### Reproduction:

<!-- If possible, please create a repository that reproduces the issue with the minimal amount of code possible.

### Problem description:

<!-- Please describe why the current behavior is a problem -->

### Suggested solution:

<!-- It's ok if you don't have a suggested solution, but it really helps if you could do a little digging to come up with some suggestion of how to improve things. -->

### Can you help us fix this issue by submitting a pull request?

<!-- We love contribution from users! If you know how this should be fixed, the project maintainers encourage you to submit a PR to fix the issue you're experiencing. If you submit a fix for an issue you've experienced, we'll happily add you to the Contributors list on the project readme! -->
