Skip to content

Commit 2e07104

Browse files
authored
Create issue templates
1 parent b04a1ff commit 2e07104

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Thanks for your interest in the project. We appreciate bugs filed and PRs submitted! -->
11+
12+
<!--
13+
- For questions related to using the library, please visit a support community
14+
instead of filing an issue on GitHub: https://spectrum.chat/testing-library
15+
16+
- Please fill out this template with all the relevant information so we can
17+
understand what's going on and fix the issue.
18+
19+
- If you're issue is regarding one of the query APIs (`getByText`,
20+
`getByLabelText`, etc), then please file it on the `@testing-library/dom`
21+
repository instead. Thanks :)
22+
--->
23+
24+
**Describe the bug**
25+
A clear and concise description of what the bug is.
26+
27+
**To Reproduce**
28+
Steps to reproduce the behavior:
29+
30+
<!-- Please try to provide a working demo using Codesandbox, a GitHub repo or similar! -->
31+
32+
**Expected behavior**
33+
<!-- A clear and concise description of what you expected to happen. -->
34+
35+
**Screenshots**
36+
<!-- If applicable, add screenshots to help explain your problem. -->
37+
38+
**Related information:**
39+
- `@testing-library/vue` version:
40+
- `Vue` version:
41+
- `node` version:
42+
- `npm` (or `yarn`) version:
43+
44+
Relevant code or config (if any)
45+
46+
```javascript
47+
```
48+
49+
**Additional context**
50+
<!-- Add any other context about the problem here. -->

0 commit comments

Comments
 (0)