Skip to content

Commit 60515ce

Browse files
committed
Updated hard-coded link to create a device request
1 parent e14293b commit 60515ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openandroidinstaller/views/start_view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def search_devices_clicked(self, e):
272272
f"Device with code '{device_code}' is not supported yet."
273273
)
274274
# add request support for device button
275-
request_url = f"https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new?assignees=&labels=device&projects=&template=device-support-request.md&title=Add support for {device_code}"
275+
request_url = f"https://github.com/openandroidinstaller-dev/openandroidinstaller/issues/new?labels=device&template=device-support-request.yaml&title=Add support for {device_code}"
276276
self.device_request_row.controls.append(
277277
ElevatedButton(
278278
"Request support for this device",

0 commit comments

Comments
 (0)