Skip to content

Commit 30ee7ed

Browse files
authored
Added an issue template (#189)
1 parent b68b74c commit 30ee7ed

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
name: Bug Report
2+
description: Report a bug in the project
3+
title: "[bug]: "
4+
labels: ["bug", "needs triage"]
5+
assignees: []
6+
7+
body:
8+
- type: markdown
9+
attributes:
10+
value: "## 🐛 Bug Report\nPlease fill out the details below."
11+
12+
- type: textarea
13+
id: reproduction
14+
attributes:
15+
label: "Settings / Steps to Reproduce"
16+
description: "Provide a step-by-step guide on how to reproduce the bug. Please include the plugin settings you were using."
17+
placeholder: "Framework: Tailwind with JSX\n1. Selected design\n2. Selected Optimize Layers\n3. See error"
18+
validations:
19+
required: true
20+
21+
- type: textarea
22+
id: expected-behavior
23+
attributes:
24+
label: "Expected Behavior"
25+
description: "What did you expect to happen?"
26+
placeholder: "The button should navigate to the dashboard."
27+
validations:
28+
required: true
29+
30+
- type: textarea
31+
id: actual-behavior
32+
attributes:
33+
label: "Actual Behavior"
34+
description: "What actually happened?"
35+
placeholder: "The button does nothing."
36+
validations:
37+
required: true
38+
39+
- type: input
40+
id: design-link
41+
attributes:
42+
label: "Design Reference"
43+
description: "Provide a link to the design that you were working on (if possible)."
44+
placeholder: "Figma design link"
45+
validations:
46+
required: false
47+
48+
- type: textarea
49+
id: screenshots
50+
attributes:
51+
label: "Screenshots or Videos"
52+
description: "If applicable, add screenshots or screen recordings to help explain the issue."
53+
placeholder: "Drag and drop images here or paste them from your clipboard."
54+
validations:
55+
required: false
56+
57+
- type: textarea
58+
id: environment
59+
attributes:
60+
label: "Environment"
61+
description: "Optionally provide details about your development environment."
62+
placeholder: "OS: macOS 14.1\nBrowser: Chrome 120\nNode.js: 18.17.0"
63+
validations:
64+
required: true

0 commit comments

Comments
 (0)