Skip to content

Commit 20c09ab

Browse files
chore: use issue form schema
1 parent a58a137 commit 20c09ab

File tree

2 files changed

+62
-40
lines changed

2 files changed

+62
-40
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
name: "Bug report"
2+
description: Create a report to help us improve
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
Thank you for reporting an issue :pray:.
8+
9+
This issue tracker is for bugs and issues found within WebContainer.
10+
If you experience issues unrelated to WebContainer, pleas file an issue in our StackBlitz core repo. https://github.com/stackblitz/core
11+
12+
The more information you fill in, the better we can help you.
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Describe the bug
17+
description: Provide a clear and concise description of what you're running into.
18+
validations:
19+
required: true
20+
- type: input
21+
id: link
22+
attributes:
23+
label: Link to the blitz that caused the error
24+
validations:
25+
required: true
26+
- type: textarea
27+
id: steps
28+
attributes:
29+
label: Steps to reproduce
30+
description: Describe the steps we have to take to reproduce the behavior.
31+
placeholder: |
32+
1. Go to '...'
33+
2. Click on '....'
34+
3. Scroll down to '....'
35+
4. See error
36+
validations:
37+
required: true
38+
- type: textarea
39+
id: expected
40+
attributes:
41+
label: Expected behavior
42+
description: Provide a clear and concise description of what you expected to happen.
43+
validations:
44+
required: true
45+
- type: textarea
46+
id: screenshots
47+
attributes:
48+
label: Screenshots
49+
description: If applicable, add screenshots to help explain your problem.
50+
- type: textarea
51+
id: platform
52+
attributes:
53+
label: Platform
54+
value: |
55+
- OS: [e.g. macOS, Windows, Linux]
56+
- Browser: [e.g. Chrome, Safari, Firefox]
57+
- Version: [e.g. 91.1]
58+
- type: textarea
59+
id: additional
60+
attributes:
61+
label: Additional context
62+
description: Add any other context about the problem here.

0 commit comments

Comments
 (0)