diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dff4bc56..02a13463 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,56 +1,71 @@ ---- -name: Bug report -about: Create a bug report -title: '' -labels: 'Bug' -assignees: '' +name: 🐛 Bug Report +description: Something is wrong with the Checkout Sheet Kit. +labels: + - 'Bug' +body: + - type: markdown + attributes: + value: | + ## Hi there! ---- + If your issue is **not** related to the Checkout Sheet Kit itself, but rather an internal checkout or storefront problem, please reach out to Shopify support directly where the issue will be triaged correctly. -**Describe the bug** + - type: dropdown + attributes: + label: What area is the issue related to? + options: + - Checkout Sheet Kit + - Storefront API + - Multipass + - Lifecycle methods + - Web Pixels + - Other / I don't know + validations: + required: true - + - type: input + attributes: + label: Do you have a minimum reproducible example? + validations: + required: false -**To Reproduce** + - type: input + attributes: + label: What version of Checkout Sheet Kit are you using? + description: Please list the package version and device you are testing with. + validations: + required: true - + - type: textarea + attributes: + label: Steps to Reproduce + description: A list of steps to reproduce the behavior. + validations: + required: true -**Expected behavior** + - type: textarea + attributes: + label: Expected Behavior + description: A concise description of what you expected to happen. + validations: + required: true - + - type: textarea + attributes: + label: Actual Behavior + description: A concise description of what you're experiencing. + validations: + required: true -**Screenshots/Videos/Log output** + - type: textarea + attributes: + label: Screenshots/Videos/Log output + validations: + required: false - - -**Versions (please complete the following information):** - - - -**Shop domain** - - - -**Additional context** - - + - type: textarea + attributes: + label: Storefront domain + description: (Optional) This will expedite our search for any errors that occurred. + validations: + required: false