Skip to content

Commit 7f23485

Browse files
authored
Add bug report template for Tidewave Web
Signed-off-by: José Valim <jose.valim@dashbit.co>
1 parent d9c5ce1 commit 7f23485

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/1_web.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
name: Tidewave Web issue
3+
description: File a bug report related to Tidewave Web
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >
9+
Thanks for taking the time to fill out this bug report.
10+
11+
- type: input
12+
id: os
13+
attributes:
14+
label: What is your operating system?
15+
validations:
16+
required: true
17+
18+
- type: input
19+
id: javascript-version
20+
attributes:
21+
label: What is your JavaScript runtime and version?
22+
validations:
23+
required: true
24+
25+
- type: input
26+
id: tool-version
27+
attributes:
28+
label: What build tool/framework are you using (Next.js, Vite, etc) and which version?
29+
validations:
30+
required: true
31+
32+
- type: input
33+
id: tidewave-version
34+
attributes:
35+
label: What is your Tidewave version?
36+
validations:
37+
required: true
38+
39+
- type: textarea
40+
id: current-behavior
41+
attributes:
42+
label: Current behavior
43+
description: >
44+
If reporting a bug, please errors, stacktraces, and reproducing steps.
45+
validations:
46+
required: true
47+
48+
- type: textarea
49+
id: expected-behavior
50+
attributes:
51+
label: Expected behavior
52+
description: A short description on how you expected it to behave.
53+
validations:
54+
required: true

0 commit comments

Comments
 (0)