You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-template.yaml
+9-30Lines changed: 9 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -34,50 +34,29 @@ body:
34
34
required: true
35
35
- type: input
36
36
attributes:
37
-
label: What version(s) of the tool(s) are you using?
38
-
placeholder: 0.0.0 [Wrangler], 0.0.0 [C3], etc.
37
+
label: What versions are you using?
38
+
placeholder: 0.0.0 [Wrangler], 0.0.0 [C3], 0.0.0 [Node.js], etc.
39
39
validations:
40
40
required: true
41
-
- type: input
42
-
attributes:
43
-
label: What version of Node are you using?
44
-
placeholder: 0.0.0
45
-
validations:
46
-
required: false
47
41
- type: input
48
42
attributes:
49
43
label: What operating system and version are you using?
50
44
placeholder: Mac Sonoma 14.2.1, Windows 11, Linux (or WSL) Debian Bookworm, etc.
51
45
validations:
52
46
required: true
53
-
- type: textarea
54
-
attributes:
55
-
label: Describe the Bug
56
-
description: Please describe the bug and include steps to reproduce.
57
-
value: |
58
-
### Observed behavior
59
-
Please describe.
60
-
61
-
### Expected behavior
62
-
Please describe.
63
-
64
-
### Steps to reproduce
65
-
Please provide the following:
66
-
- A minimal working subset of your worker code
67
-
- A minimal working subset of your `wrangler.toml`
68
-
- Commands used to start your local dev server, including custom env and cli args
69
-
- Steps to be performed in the browser, curl commands, or a test we can run that reliably fails (at least a percent of the time)
70
-
71
-
A git repo we can clone and run a test suite on, or which has a README with step-by-step instructions, is even better. In this case, please use the field below to provide a link to the minimal repro.
72
-
validations:
73
-
required: true
74
47
- type: input
75
48
attributes:
76
49
label: Please provide a link to a minimal reproduction
77
-
description: Although not required, we often request a minimal reproduction to help troubleshoot the issue, so providing this up-front streamlines the process towards resolution.
description: Please describe the bug in as much detail as possible, including steps to reproduce, the behaviour you're seeing, and the behaviour you expect.
0 commit comments