We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cb6f4 commit a4a1a1dCopy full SHA for a4a1a1d
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -66,12 +66,9 @@ body:
66
id: cpu_other
67
attributes:
68
label: "Other CPU Architecture"
69
- description: "If you selected 'Other' above, please specify your CPU architecture."
70
- placeholder: ""
+ description: "If you selected 'Other' above, please specify your CPU architecture. Otherwise, leave blank."
71
validations:
72
required: false
73
- if:
74
- cpu: "Other"
75
76
- type: dropdown
77
id: os
@@ -90,9 +87,6 @@ body:
90
87
id: os_other
91
88
92
89
label: "Other Operating System"
93
- description: "If you selected 'Other' above, please specify your OS."
94
+ description: "If you selected 'Other' above, please specify your OS. Otherwise, leave blank."
95
96
97
98
- os: "Other"
0 commit comments