Skip to content

Commit

Permalink
chore: improve Bug Report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasaarcoverde committed Apr 18, 2024
1 parent 270983e commit b25aea9
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -25,7 +28,7 @@ body:
<summary>Summary of your gif(s)</summary>
<img src="..." alt="Description of what the gif shows">
</details>
- type: textarea
- type: input
id: reproducible-example
attributes:
label: Reproducible Example
Expand All @@ -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:
Expand Down

0 comments on commit b25aea9

Please sign in to comment.