Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1266 from Shopify/improve_issue_template
Browse files Browse the repository at this point in the history
Improve issue template
  • Loading branch information
paulomarg authored Mar 7, 2024
2 parents 2f949f7 + 8c97060 commit 5cdb0f5
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,41 @@ labels: "Type: Bug 🐛"

# Issue summary

<!--
Write a short description of the issue here. Please provide any details or logs that
can help us debug it.
Before opening this issue, I have:

- [ ] Upgraded to the latest version of the package
- `@shopify/shopify-api` version:
- Node version:
- Operating system:
- [ ] Set `{ logger: { level: LogSeverity.Debug } }` when calling [`shopifyApi()`](https://github.com/Shopify/shopify-api-js/blob/main/packages/shopify-api/docs/reference/shopifyApi.md#logger), if applicable
- [ ] Found a reliable way to reproduce the problem that indicates it's a problem with the package
- [ ] Looked for similar issues in this repository
- [ ] Checked that this isn't an issue with a Shopify API
- If it is, please create a post in the [Shopify community forums](https://community.shopify.com/c/partners-and-developers/ct-p/appdev) or report it to [Shopify Partner Support](https://help.shopify.com/en/support/partners/org-select)

To increase logging, change these settings when calling shopifyApi:
logger: {
level: LogSeverity.Debug,
httpRequests: true, // if the error seems to be related to requests
}
Learn more: https://github.com/Shopify/shopify-api-js/blob/main/packages/shopify-api/docs/reference/shopifyApi.md#logger
<!--
Write a short description of the issue here.
We can only fix issues for which there is a clear reproduction scenario.
The more context you can provide, the easier it becomes for us to investigate and fix the issue.
-->

- `@shopify/shopify-api` version:
- Node version:
- Operating system:

```
// Paste any relevant logs here
```

## Expected behavior

<!-- What do you think should happen? -->
What do you think should happen?

## Actual behavior

<!-- What actually happens? -->
What actually happens?

## Steps to reproduce the problem

1.
1.
1.

## Debug logs

```
// Paste any relevant logs here
```

0 comments on commit 5cdb0f5

Please sign in to comment.