|
9 | 9 | value: | |
10 | 10 | **Thank you!** Please attach log files from: |
11 | 11 |
|
12 | | - **Application Logs:** |
13 | | - - `%LOCALAPPDATA%\Temp\ImageToPose\logs` |
14 | | - - e.g. `C:\Users\<your_name>\AppData\Local\Temp\ImageToPose\logs` |
15 | | -
|
16 | | - **AI Diagnostics Logs (if the issue involves AI/model errors):** |
17 | | - - `%LOCALAPPDATA%\ImageToPose\logs\ai_diagnostics` |
18 | | - - e.g. `C:\Users\<your_name>\AppData\Local\ImageToPose\logs\ai_diagnostics\<date>\<timestamp>.json` |
| 12 | + **All Logs (Application + AI Diagnostics):** |
| 13 | + - `%LOCALAPPDATA%\ImageToPose\logs` |
| 14 | + - e.g. `C:\Users\<your_name>\AppData\Local\ImageToPose\logs` |
| 15 | + - Application logs: `app-*.log` |
| 16 | + - AI diagnostics: `ai_diagnostics\<date>\<timestamp>.json` |
19 | 17 |
|
20 | 18 | 👉 Drag & drop the file(s) into the issue editor **below** before submitting. |
21 | 19 | If files are large, please ZIP them first. |
|
27 | 25 | options: |
28 | 26 | - label: I searched existing issues and couldn't find this. |
29 | 27 | required: true |
30 | | - - label: I **attached** at least one application log file from the folder above. |
| 28 | + - label: I **attached** at least one log file from the folder above. |
31 | 29 | required: true |
32 | | - - label: I **attached** AI diagnostics logs (if the issue involves model/AI errors). |
33 | | - required: false |
34 | 30 |
|
35 | 31 | - type: input |
36 | 32 | id: app-version |
@@ -67,11 +63,11 @@ body: |
67 | 63 | - type: textarea |
68 | 64 | id: log-snippet |
69 | 65 | attributes: |
70 | | - label: Optional — paste last ~100 lines of the application log |
| 66 | + label: Optional — paste last ~100 lines of the log |
71 | 67 | description: This helps even if the attachment fails. For AI diagnostics, you can paste the full JSON content. |
72 | 68 | render: text |
73 | 69 | placeholder: | |
74 | | - (Open the latest .log or .json in a text editor and copy the tail here) |
| 70 | + (Open the latest .log or .json in a text editor and copy here) |
75 | 71 | validations: |
76 | 72 | required: false |
77 | 73 |
|
|
0 commit comments