You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(issue-template): enhance bug report template with additional fields and guidance (#4827)
* chore(issue-template): enhance bug report template with additional fields and guidance
- Added a dropdown for reproducibility confirmation.
- Improved descriptions and labels for clarity.
- Updated installation options with links and support notes.
- Included reverse proxy details for better issue context.
* docs: update changelog
description: What version of PostgreSQL are you running? (see Database information dashboard -> PostgreSQL Version (upper right on desktop) or database -> image section in your `docker-compose.yml`)
130
-
placeholder: v17
143
+
placeholder: v17.3
131
144
132
145
- type: checkboxes
133
146
attributes:
@@ -139,4 +152,23 @@ body:
139
152
140
153
options:
141
154
- label: I run the latest major supported PostgreSQL version
142
-
required: true
155
+
validations:
156
+
required: true
157
+
158
+
- type: dropdown
159
+
id: reverse_proxy
160
+
attributes:
161
+
label: Are you using a reverse Proxy for TeslaMate?
162
+
options:
163
+
- "Yes (specify in next field)"
164
+
- "No"
165
+
validations:
166
+
required: true
167
+
168
+
- type: textarea
169
+
id: reverse_proxy_details
170
+
attributes:
171
+
label: Details about your reverse Proxy if applicable
172
+
description: If you use a reverse Proxy, please provide details about your setup
0 commit comments