mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 17:21:08 +08:00
19 lines
612 B
Markdown
19 lines
612 B
Markdown
---
|
|
name: Bug report 🐞
|
|
about: Something is broken and you have a reliable reproduction? Let us know here. For questions, please use "Question" below.
|
|
labels: needs triage, bug
|
|
---
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Please create a reproduction repo by running `npx sb@next repro` and following the instructions.
|
|
When you're done, please link the repo here. We prioritize issues with reproductions over those without.
|
|
|
|
**System**
|
|
Please paste the results of `npx sb@next info` here.
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|