Files
wxt/.github/ISSUE_TEMPLATE/bug_report.md
T
2024-01-08 13:50:20 -06:00

1.1 KiB

name, about, title, labels, assignees
name about title labels assignees
Bug report Report an issue with WXT triage

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Share minimal reproduction. Examples of a minimal reproduction:

  • PR with a failing test case
  • ZIP file containing a minimal WXT project (be sure to include your lockfile!!)

⚠️ If you don't upload a minimal reproduction, your issue will be closed until a reproduction is added.

Why? https://antfu.me/posts/why-reproductions-are-required

Steps to reproduce the bug using the reproduction:

  1. Install dependencies: pnpm i
  2. Start dev mode: pnpm dev
  3. Click this...
  4. Do that...
  5. Etc...

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

Paste output here

Additional context

Add any other context about the problem here, otherwise you can delete this section.