1+ name : 🐛 Bug Report
2+ description : Report a bug to help us improve
3+ labels : [bug, triage]
4+ body :
5+ - type : markdown
6+ attributes :
7+ value : |
8+ ## 🙏 Thanks for taking the time to report this issue!
9+ ### Please complete the information below to help us fix the problem quickly.
10+
11+ - type : textarea
12+ id : description
13+ attributes :
14+ label : 🔍 Describe the bug
15+ description : A clear and concise description of what the bug is
16+ placeholder : When I try to use the package, it crashes when I import...
17+ validations :
18+ required : true
19+
20+ - type : textarea
21+ id : reproduction
22+ attributes :
23+ label : 🔄 Steps to reproduce
24+ description : How can we recreate this issue? Be specific!
25+ placeholder : |
26+ 1. Go to '...'
27+ 2. Click on '...'
28+ 3. See error
29+ validations :
30+ required : true
31+
32+ - type : textarea
33+ id : expected
34+ attributes :
35+ label : ✅ Expected behavior
36+ description : What did you expect to happen?
37+ placeholder : The extension should show the specified documentation correctly...
38+ validations :
39+ required : true
40+
41+ - type : textarea
42+ id : vscode
43+ attributes :
44+ label : 🌐 VSCode
45+ description : What vscode version are you seeing the problem on?
46+ placeholder : I am experiencing the problem on vscode version...
47+ validations :
48+ required : true
49+
50+ - type : dropdown
51+ id : os
52+ attributes :
53+ label : 💻 Operating System
54+ multiple : true
55+ options :
56+ - Windows
57+ - macOS
58+ - Linux
59+ - iOS
60+ - Android
61+ - Other (please specify in Additional Info)
62+ validations :
63+ required : true
64+
65+ - type : input
66+ id : version
67+ attributes :
68+ label : 📊 Package Version
69+ description : What vscode-preview-docs version are you using?
70+ placeholder : e.g., v1.0.0
71+ validations :
72+ required : false
73+
74+ - type : textarea
75+ id : screenshots
76+ attributes :
77+ label : 📷 Screenshots
78+ description : If applicable, add screenshots to help explain your problem
79+ placeholder : You can paste images directly here!
80+ validations :
81+ required : false
82+
83+ - type : textarea
84+ id : additional
85+ attributes :
86+ label : 📝 Additional context
87+ description : Add any other information about the problem here
88+ placeholder : Environment details, related issues, etc.
89+ validations :
90+ required : false
91+
92+ - type : checkboxes
93+ id : terms
94+ attributes :
95+ label : ✨ Before submitting
96+ description : Please confirm the following
97+ options :
98+ - label : 🔍 I've searched for existing issues and this hasn't been reported before
99+ required : true
100+ - label : ℹ️ I've included all the information needed to reproduce the issue
101+ required : true
0 commit comments