From 9a2cc18f64d57eb1f5d1eb8bdf42f60202ad5904 Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 8 Jan 2024 13:50:20 -0600 Subject: [PATCH] chore: Update bug report template --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4895239f..34142d00 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,14 +12,22 @@ A clear and concise description of what the bug is. ### To Reproduce -Upload a ZIP or share a link to a repo representing the minimal reproduction. **_If you don't upload a minimal reproduction, you bug report will be closed._** +Share minimal reproduction. Examples of a minimal reproduction: -Steps to reproduce the behavior: +- PR with a failing test case +- ZIP file containing a minimal WXT project (be sure to include your lockfile!!) -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error +> **_⚠️ 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