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 9014fbc commit 2c8b5caCopy full SHA for 2c8b5ca
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -107,6 +107,28 @@ body:
107
validations:
108
required: true
109
110
+ - type: dropdown
111
+ id: browser
112
+ attributes:
113
+ label: Browser (Web UI only)
114
+ default: 0
115
+ options:
116
+ - "Select one..."
117
+ - Chrome
118
+ - Firefox
119
+ - Safari
120
+ - Edge
121
+ - Other (specify below)
122
+ - Not relevant (CLI / PyPI)
123
+ validations:
124
+ required: true
125
+
126
+ - type: input
127
+ id: browser_other
128
129
+ label: Other browser
130
+ placeholder: If you selected "Other", please specify the browser here.
131
132
- type: input
133
id: gitingest_version
134
attributes:
0 commit comments