Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add stackblitz link and envinfo to issue template #1906

Merged
merged 1 commit into from Dec 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -14,16 +14,16 @@ assignees: ''
<!-- A clear and concise description of what the bug is. -->

**To Reproduce**
<!-- Steps to reproduce the behavior or, even better, a link to a minimal reproduction (a repository with the minimum code to reproduce the issue is greatly appreciated). -->
<!-- A link to a minimal reproduction (with the minimum code to reproduce the issue).
It takes just a few minutes to build a repro online with https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/vue?initialPath=__vitest__
-->

**Expected behavior**
<!-- A clear and concise description of what you expected to happen. -->

**Related information:**
- `@vue/test-utils` version: 2.x.x <!-- For v1, please report at repository https://github.com/vuejs/vue-test-utils -->
- `Vue` version: 3.x.x
- `node` version:
- `npm` (or `yarn`) version:
<!-- Output of `npx envinfo --system --npmPackages vue,@vue/test-utils,vitest,jest` -->
<!-- For test-utils v1 and Vue v2, please report at repository https://github.com/vuejs/vue-test-utils -->

**Additional context**
<!-- Add any other context about the problem here. -->