Commit cd02537
authored
fix(issue-template): let users attach screenshots to bug reports (#62)
The Bug report form had a single combined Logs/Screenshots/Crash field
with `render: shell`. GitHub disables image upload (drag-drop / paste)
inside any render-typed textarea, so reporters who tried to attach a
screenshot saw 'upload failed' and gave up.
Split the field in two:
- 'Logs or crash report' keeps `render: shell` for nicely formatted
stack traces.
- 'Screenshots' is a plain textarea so drag-drop / paste image upload
works.
Closes #53.1 parent 663e227 commit cd02537
1 file changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
104 | 108 | | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
108 | 122 | | |
109 | 123 | | |
110 | 124 | | |
| |||
0 commit comments