Skip to content

Commit

Permalink
Minor improvements to bug template (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
markmur authored May 16, 2024
1 parent cd493e9 commit 78015e6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ body:

- type: input
attributes:
label: Do you have a minimum reproducible example?
description: (Optional) This will help us debug the issue more quickly.
label: Reproducible sample code
description: Please provide examples of code relating to your issue. This might include GraphQL queries to the Storefront API to create a cart, or native code to present the checkout URL. Providing this will help us debug your issue more quickly.
validations:
required: false

Expand Down Expand Up @@ -67,6 +67,7 @@ body:
- type: textarea
attributes:
label: Storefront domain
description: (Optional) This will expedite our search for any errors that occurred.
placeholder: your-storefront-name.myshopify.com
description: This will expedite our search for any errors that occurred.
validations:
required: false
required: true

0 comments on commit 78015e6

Please sign in to comment.