Skip to content

Commit 4d0c622

Browse files
chore: add bug report issue template (#172)
* chore: add bug report issue template * chore: add vite to issue template info command Co-authored-by: Christian Preston <[email protected]> --------- Co-authored-by: Christian Preston <[email protected]>
1 parent d5774ac commit 4d0c622

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: "\U0001F41E Bug report"
2+
description: Report an issue with @vueuse/motion
3+
labels: ['pending triage']
4+
body:
5+
- type: textarea
6+
id: bug-env
7+
attributes:
8+
label: System info
9+
description: Output of `npx envinfo --system --npmPackages '{vue,vite,@vueuse/*}' --binaries --browsers` or `npx nuxi info` when using nuxt.
10+
placeholder: System, Binaries, Browsers
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: reproduction
15+
attributes:
16+
label: Reproduction
17+
description: Please provide a link to a repo or [stackblitz](https://stackblitz.com/edit/vitejs-vite-rptfks/) that can reproduce the problem you ran into. A [**minimal reproduction**](https://stackoverflow.com/help/minimal-reproducible-example) is required.
18+
placeholder: Reproduction
19+
validations:
20+
required: true
21+
- type: textarea
22+
id: bug-description
23+
attributes:
24+
label: Describe the bug
25+
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
26+
placeholder: Bug description
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: additonal
31+
attributes:
32+
label: Additional context
33+
description: If applicable, add any other context about the problem here
34+
- type: textarea
35+
id: logs
36+
attributes:
37+
label: Logs
38+
description: |
39+
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
40+
render: shell-script

0 commit comments

Comments
 (0)