diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index d7cd9b5c7e..f75c4157f9 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -2,6 +2,9 @@ name: Bug Report
description: Report a problem with Shoreline
labels: ['bug', 'status: pending']
body:
+ - type: markdown
+ attributes:
+ value: Thanks for taking the time to fill out this bug report ✨
- type: textarea
id: summary
attributes:
@@ -25,7 +28,7 @@ body:
Summary of your gif(s)
- - type: textarea
+ - type: input
id: reproducible-example
attributes:
label: Reproducible Example
@@ -42,6 +45,19 @@ body:
attributes:
label: Additional context
description: Add any other context about the problem here.
+ - type: dropdown
+ id: package
+ attributes:
+ label: Package
+ description: Which package(s) are you using?
+ multiple: true
+ options:
+ - '@vtex/shoreline'
+ - '@vtex/shoreline-primitives'
+ - '@vtex/shoreline-ts-table'
+ - '@vtex/shoreline-stylelint'
+ - '@vtex/shoreline-codemod'
+ - '@vtex/shoreline-icons'
- type: input
id: shoreline-package-version
attributes: