Skip to content

Commit 14eb3d0

Browse files
authored
Make minimal reproduction link field required (#11125)
* Make minimal reproduction link field required Changed the 'minimal reproduction' link field to be required. * Remove labels from bug report template Removed labels from bug report template. * Update feature request template labels Removed 'enhancement' label from feature request template.
1 parent b08373e commit 14eb3d0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/ISSUE_TEMPLATE/bug-template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "\U0001F41B Bug Report"
22
description: Report an issue or possible bug
3-
labels: ["bug"]
43
type: Bug
54

65
body:
@@ -20,7 +19,7 @@ body:
2019
label: Please provide a link to a minimal reproduction
2120
placeholder: https://github.com/foobar-user/minimal-repro
2221
validations:
23-
required: false
22+
required: true
2423
- type: textarea
2524
attributes:
2625
label: Describe the Bug

.github/ISSUE_TEMPLATE/feature-request.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: "\U0001F680 Feature Request"
22
description: Have a suggestion for how to improve wrangler? Let us know!
3-
labels: ["enhancement"]
43
type: Feature
54

65
body:

0 commit comments

Comments
 (0)