Skip to content

Commit 1c4988a

Browse files
authored
Update bug-template.yaml (#7490)
1 parent 2bbcb93 commit 1c4988a

File tree

1 file changed

+9
-30
lines changed

1 file changed

+9
-30
lines changed

.github/ISSUE_TEMPLATE/bug-template.yaml

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -34,50 +34,29 @@ body:
3434
required: true
3535
- type: input
3636
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.
3939
validations:
4040
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
4741
- type: input
4842
attributes:
4943
label: What operating system and version are you using?
5044
placeholder: Mac Sonoma 14.2.1, Windows 11, Linux (or WSL) Debian Bookworm, etc.
5145
validations:
5246
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
7447
- type: input
7548
attributes:
7649
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.
7850
placeholder: https://github.com/foobar-user/minimal-repro
7951
validations:
8052
required: false
53+
- type: textarea
54+
attributes:
55+
label: Describe the Bug
56+
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.
57+
validations:
58+
required: true
59+
8160
- type: textarea
8261
attributes:
8362
label: Please provide any relevant error logs

0 commit comments

Comments
 (0)