Skip to content

Commit a236115

Browse files
authored
Add GH issue types (#8793)
1 parent dc31c36 commit a236115

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

.github/ISSUE_TEMPLATE/bug-template.yaml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: "\U0001F41B Bug Report"
22
description: Report an issue or possible bug
3-
title: "\U0001F41B BUG:"
43
labels: ["bug"]
4+
type: Bug
55

66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
## Quick Bug Form
1110
Thank you for taking the time to file a bug report! Please fill out this form as completely as possible.
1211
- type: dropdown
1312
id: products
@@ -35,14 +34,8 @@ body:
3534
required: true
3635
- type: input
3736
attributes:
38-
label: What versions are you using?
39-
placeholder: 0.0.0 [Wrangler], 0.0.0 [C3], 0.0.0 [Node.js], etc.
40-
validations:
41-
required: true
42-
- type: input
43-
attributes:
44-
label: What operating system and version are you using?
45-
placeholder: Mac Sonoma 14.2.1, Windows 11, Linux (or WSL) Debian Bookworm, etc.
37+
label: What versions & operating system are you using?
38+
placeholder: e.g. Wrangler v4.6, Node v20, Windows 11 etc...
4639
validations:
4740
required: true
4841
- type: input

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
name: "\U0001F680 Feature Request"
22
description: Have a suggestion for how to improve wrangler? Let us know!
3-
title: "\U0001F680 Feature Request:"
43
labels: ["enhancement"]
4+
type: Feature
55

66
body:
77
- type: markdown
88
attributes:
99
value: |
10-
## Feature Request Form
11-
Thank you for taking the time to file a feature request! Please let us know what you're trying to do, and how wrangler can help.
10+
Thank you for taking the time to file a feature request! Please let us know what you're trying to do, and how Wrangler, Miniflare, Create-Cloudflare etc... can help.
1211
1312
- type: textarea
1413
attributes:

0 commit comments

Comments
 (0)