Skip to content

Commit 98356d1

Browse files
authored
fix: remove environment placeholder and make blocking field optional in bug report template
1 parent 69b106f commit 98356d1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ body:
3939
attributes:
4040
label: Environment details
4141
description: "OS, Node.js version, shell, and any other relevant info."
42-
placeholder: |
43-
- OS: Windows 11
44-
- Node.js: 20.11.0
45-
- Shell: PowerShell 7.4
4642
validations:
4743
required: true
4844

@@ -67,4 +63,4 @@ body:
6763
- "Yes"
6864
- "No"
6965
validations:
70-
required: true
66+
required: false

0 commit comments

Comments
 (0)