Skip to content

Commit a4a1a1d

Browse files
Remove conditionals
1 parent e0cb6f4 commit a4a1a1d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,9 @@ body:
6666
id: cpu_other
6767
attributes:
6868
label: "Other CPU Architecture"
69-
description: "If you selected 'Other' above, please specify your CPU architecture."
70-
placeholder: ""
69+
description: "If you selected 'Other' above, please specify your CPU architecture. Otherwise, leave blank."
7170
validations:
7271
required: false
73-
if:
74-
cpu: "Other"
7572

7673
- type: dropdown
7774
id: os
@@ -90,9 +87,6 @@ body:
9087
id: os_other
9188
attributes:
9289
label: "Other Operating System"
93-
description: "If you selected 'Other' above, please specify your OS."
94-
placeholder: ""
90+
description: "If you selected 'Other' above, please specify your OS. Otherwise, leave blank."
9591
validations:
9692
required: false
97-
if:
98-
os: "Other"

0 commit comments

Comments
 (0)