Skip to content

Commit 2c8b5ca

Browse files
docs: add browser dropdown to bug report issue template
1 parent 9014fbc commit 2c8b5ca

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,28 @@ body:
107107
validations:
108108
required: true
109109

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+
attributes:
129+
label: Other browser
130+
placeholder: If you selected "Other", please specify the browser here.
131+
110132
- type: input
111133
id: gitingest_version
112134
attributes:

0 commit comments

Comments
 (0)